diff options
-rw-r--r-- | test/runtests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtests.py b/test/runtests.py index 83c75f3..acef866 100644 --- a/test/runtests.py +++ b/test/runtests.py @@ -1,7 +1,8 @@ try: import lvc except ImportError: - import os.path, sys + import os.path + import sys lvc_path = os.path.join(os.path.dirname(__file__), '..') sys.path.append(lvc_path) |