HomeSort by relevance Sort by last modified time
    Searched refs:configparser (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
backward.py 69 # ConfigParser was renamed to the more-standard configparser
71 import configparser namespace
73 import ConfigParser as configparser namespace
config.py 4 from coverage.backward import configparser # pylint: disable=W0622 namespace
82 cp = configparser.RawConfigParser()
136 """Read a list of strings from the ConfigParser `cp`.
154 """Read a list of full-line strings from the ConfigParser `cp`.

Completed in 356 milliseconds