From 4de065cf3a8ecab801d780114b2d83481e8793bc Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Fri, 17 Jun 2011 09:31:28 +0200 Subject: [PATCH] remove more unneeded imports --- sloth/gui/annotationscene.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sloth/gui/annotationscene.py b/sloth/gui/annotationscene.py index c429e79..9ff4fdb 100644 --- a/sloth/gui/annotationscene.py +++ b/sloth/gui/annotationscene.py @@ -2,11 +2,8 @@ from PyQt4.QtGui import * from PyQt4.QtCore import * from sloth.items import * -from sloth.annotations.model import TypeRole, ImageRole from sloth.core.exceptions import InvalidArgumentException -import math import okapy -from okapy.guiqt.utilities import toQImage class AnnotationScene(QGraphicsScene): """Dies ist ein Test"""