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:
parent
1b2e12057c
commit
6239ae57c3
|
@ -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'))
|
||||||
|
|
Loading…
Reference in New Issue