Explorar o código

Changed module to relative import from file to allow execution on systems without testrunner in dist-packages

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
b3263a3657
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      __main__.py

+ 1 - 1
__main__.py

@@ -6,7 +6,7 @@
 #
 
 import sys
-from testrunner import main
+from runner import main
 
 if len(sys.argv) < 2:
     print 'Usage: %s tests/test_COMPONENT.py' % sys.argv[0]