From a8e6131b0a7e6a9bea92b1c65d67ed166e78474e Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 7 Mar 2012 15:54:23 +0100 Subject: [PATCH] remove obsolete import --- sloth/core/labeltool.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sloth/core/labeltool.py b/sloth/core/labeltool.py index bb2c01a..cf47b73 100755 --- a/sloth/core/labeltool.py +++ b/sloth/core/labeltool.py @@ -4,8 +4,7 @@ This is the core labeltool module. """ - -import sys, os, logging +import sys, os from PyQt4.QtGui import * from PyQt4.QtCore import * from sloth.annotations.model import *