Searched refs:VERSION_FILE (Results 1 – 6 of 6) sorted by relevance
119 VERSION_FILE = 'VERSION' variable
468 constant.VERSION_FILE)
587 if os.path.isfile(constants.VERSION_FILE):588 with open(constants.VERSION_FILE) as version_file:
213 VERSION_FILE = os.path.join(os.path.dirname(__file__), 'VERSION') variable
596 if os.path.isfile(constants.VERSION_FILE):597 with open(constants.VERSION_FILE) as version_file:
248 VERSION_FILE = os.path.join(os.path.dirname(__file__), 'VERSION') variable