Changeset 174
- Timestamp:
- Fri Dec 2 16:05:19 2005
- Files:
-
- branches/utils/runtests.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/utils/runtests.py
r172 r174 3 3 ############################################################################### 4 4 # 5 # $Id : runtests.py 159 2005-12-02 20:35:19Z drew$5 # $Id$ 5 5 # 6 6 ############################################################################### … … 18 18 __copyright__ = 'Copyright (c) 2005 Drew Smathers' 19 19 __license__ = 'MIT' 20 __version__ = '$Revision : 159$'[11:-2]20 __version__ = '$Revision$'[11:-2] 20 20 21 21 configFactory.addResource('xix-unittests.cfg', 'unittests.cfg')
