Skip to content
Snippets Groups Projects
Commit 6239ae57 authored by js's avatar js
Browse files

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

when the defs.py file is changed.
parent 1b2e1205
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,6 @@ datadir = '../'
version = '0.11.4.4-svn'
rev = re.sub('[^0-9]', '', '$Rev$')
if rev is not '':
version += ' r' + rev
import sys, os.path
for base in ('.', 'common'):
sys.path.append(os.path.join(base, '.libs'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment