Show
Ignore:
Timestamp:
07/22/08 00:55:03 (4 months ago)
Author:
js
Message:

Remove rev keyword code again as this doesn't work. It's only updated
when the defs.py file is changed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/defs.py

    • Property svn:keywords deleted
    r9967 r9979  
    66version = '0.11.4.4-svn' 
    77 
    8 rev = re.sub('[^0-9]', '', '$Rev$') 
    9 if rev is not '': 
    10         version += ' r' + rev 
    11  
    128import sys, os.path 
    139for base in ('.', 'common'):