Changeset 445
- Timestamp:
- Mon Apr 28 12:42:13 2008
- Files:
-
- branches/python2.5/buildtests/runtests.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/python2.5/buildtests/runtests.py
r444 r445 55 55 print e 56 56 57 def runtests( tests=None):57 def runtests(sources=None): 57 57 info = "Executing PyInstaller tests in: %s" % os.getcwd() 58 58 print "*"*len(info)
