tests/run.py
changeset 2294 be2c150d1a1f
parent 2276 ec80019740ea
child 2298 c7c331ed9a49
equal deleted inserted replaced
2293:57fab599444a 2294:be2c150d1a1f
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python2.5
     2 import sys
     2 import sys
     3 import os
     3 import os
     4 
     4 
     5 HERE = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)),
     5 HERE = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)),
     6                                      '..'))
     6                                      '..'))