summaryrefslogtreecommitdiff
path: root/fastimport/processors/query_processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'fastimport/processors/query_processor.py')
-rw-r--r--fastimport/processors/query_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastimport/processors/query_processor.py b/fastimport/processors/query_processor.py
index 0d40b48..ce93c90 100644
--- a/fastimport/processors/query_processor.py
+++ b/fastimport/processors/query_processor.py
@@ -17,7 +17,7 @@
from __future__ import print_function
-from fastimport import (
+from .. import (
commands,
processor,
)