aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-25 14:37:37 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-25 15:04:13 +0100
commit0104bae2b38fa14dd82feae22927f141dbcc0a17 (patch)
tree0f98140a90b562bb2d6a85279b54ddb2029a8a5f
parent7ce15d2434ee42aa5a1afce3d03069c5efb2db1b (diff)
Move testutils to separate module
-rw-r--r--tests/testutils/__init__.py (renamed from tests/testutils.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils.py b/tests/testutils/__init__.py
index e161dbe5..2d389a5f 100644
--- a/tests/testutils.py
+++ b/tests/testutils/__init__.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
-from . import context
+from .. import context
import os
import shutil