Home
last modified time | relevance | path

Searched refs:changes_file (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/
Dsetup.py30 with codecs.open(os.path.join(current_dir, 'CHANGES.rst'), 'r', 'utf8') as changes_file:
31 long_description = readme_file.read() + '\n' + changes_file.read()
/external/autotest/client/bin/
Dkernel_config.py8 def apply_overrides(orig_file, changes_file, output_file): argument
12 input = file(changes_file, 'r')