Searched refs:VERSION_FILE (Results 1 – 5 of 5) sorted by relevance
27 private static final String VERSION_FILE = "version.txt"; field in VersionParser48 File versionFile = new File(dir, VERSION_FILE); in getPackageVersion()
216 VERSION_FILE = os.path.join(os.path.dirname(__file__), 'VERSION') variable
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