Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/specs/CategoryEditor.py
diff options
context:
space:
mode:
Diffstat (limited to 'specs/CategoryEditor.py')
-rw-r--r--specs/CategoryEditor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/CategoryEditor.py b/specs/CategoryEditor.py
index 3941026..30e47a5 100644
--- a/specs/CategoryEditor.py
+++ b/specs/CategoryEditor.py
@@ -20,7 +20,7 @@ import unittest
from mock import Mock
-from timelinelib.db.interface import TimelineIOError
+from timelinelib.db.exceptions import TimelineIOError
from timelinelib.db.objects import Category
from timelinelib.editors.category import CategoryEditor
from timelinelib.repositories.interface import CategoryRepository