Commit b3263a36 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Changed module to relative import from file to allow execution on systems...

Changed module to relative import from file to allow execution on systems without testrunner in dist-packages
parent 39804c23
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment