Remove rev keyword code again as this doesn't work. It's only updated

when the defs.py file is changed.
This commit is contained in:
js 2008-07-21 22:55:03 +00:00
parent 1b2e12057c
commit 6239ae57c3
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ datadir = '../'
version = '0.11.4.4-svn' version = '0.11.4.4-svn'
rev = re.sub('[^0-9]', '', '$Rev$')
if rev is not '':
version += ' r' + rev
import sys, os.path import sys, os.path
for base in ('.', 'common'): for base in ('.', 'common'):
sys.path.append(os.path.join(base, '.libs')) sys.path.append(os.path.join(base, '.libs'))