Changeset 8099


Ignore:
Timestamp:
Dec 8, 2010, 1:57:30 PM (13 years ago)
Author:
habili
Message:

Now uses revision number from the config file instead of relying on SVN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/test_all.py

    r8000 r8099  
    1414import tempfile
    1515import time
    16 import anuga.utilities.system_tools as aust
     16import anuga.config as config
    1717from anuga.utilities.terminal_width import terminal_width
    1818
     
    207207    # timestamp at the end
    208208    timestamp = time.asctime()
    209     version = aust.get_revision_number()
     209    version = config.major_revision
    210210    print
    211211    print 'Finished at %s, version %s' % (timestamp, version)
Note: See TracChangeset for help on using the changeset viewer.