diff --git a/sloth/gui/annotationscene.py b/sloth/gui/annotationscene.py index 9ff4fdb..14b80c1 100644 --- a/sloth/gui/annotationscene.py +++ b/sloth/gui/annotationscene.py @@ -2,6 +2,7 @@ from PyQt4.QtGui import * from PyQt4.QtCore import * from sloth.items import * +from sloth.annotations.model import TypeRole from sloth.core.exceptions import InvalidArgumentException import okapy