From c80a08b45e553b4d5cc7d2db3ee1b2e7f1bfec00 Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Fri, 10 Jun 2011 11:06:41 +0200 Subject: [PATCH] Import missing symbols --- sloth/gui/labeltool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sloth/gui/labeltool.py b/sloth/gui/labeltool.py index 3573ee7..b622fb1 100755 --- a/sloth/gui/labeltool.py +++ b/sloth/gui/labeltool.py @@ -11,7 +11,7 @@ from sloth.gui.annotationscene import * from sloth.gui.frameviewer import * from sloth.gui.controlbuttons import * from sloth.conf import config -from sloth.annotations.model import AnnotationTreeView +from sloth.annotations.model import * from sloth import APP_NAME, ORGANIZATION_DOMAIN, VERSION import okapy.videoio as okv