summaryrefslogtreecommitdiffstats
path: root/tests/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/command.py')
-rw-r--r--tests/command.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/command.py b/tests/command.py
index 009ec00..329a7cd 100644
--- a/tests/command.py
+++ b/tests/command.py
@@ -22,9 +22,8 @@ from clufter.formats.ccs import ccs, ccsflat
from clufter.formats.coro import coroxml
from clufter.formats.pcs import pcs
-from clufter.utils import apply_preserving_depth, \
- apply_aggregation_preserving_depth, \
- head_tail
+from clufter.utils_func import apply_preserving_depth, \
+ apply_aggregation_preserving_depth
class ChainResolve(unittest.TestCase):