Home | History | Annotate | Download | only in common_lib

Lines Matching refs:versionfile

661     versionfile = os.path.join(srcdir, '.version')
664 if os.path.exists(versionfile):
665 old_version = pickle.load(open(versionfile))
674 pickle.dump(new_version, open(versionfile, 'w'))