aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_commandline_export.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/test_commandline_export.py (renamed from src/tests/test_commandline_export.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_commandline_export.py b/tests/test_commandline_export.py
index 6126da7..05ead77 100644
--- a/src/tests/test_commandline_export.py
+++ b/tests/test_commandline_export.py
@@ -1,7 +1,7 @@
import sys
import os
import tempfile
-from ..command import Command
+from avp.command import Command
from . import getTestDataPath
from pytestqt import qtbot