From d2021e9c8e65c3f03abae7a95aa0ea668cdc4e6b Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Tue, 21 Jun 2011 13:14:30 +0200 Subject: [PATCH] remove obsolote import --- sloth/items/items.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sloth/items/items.py b/sloth/items/items.py index e4ce995..74f861f 100644 --- a/sloth/items/items.py +++ b/sloth/items/items.py @@ -1,6 +1,5 @@ from PyQt4.QtGui import * from PyQt4.Qt import * -from sloth.annotations.model import DataRole class BaseItem(QAbstractGraphicsShapeItem):