tests/db.py
branchdevel
changeset 138 57c4450c8ba6
parent 136 ca926774e16c
child 150 c6896c3374c4
--- a/tests/db.py	Wed Feb 08 14:19:46 2012 +0100
+++ b/tests/db.py	Thu Feb 09 17:34:47 2012 +0100
@@ -5,7 +5,7 @@
 from iro.model.schema import User, Offer, Userright, Job, Message
 from decimal import Decimal
 
-from .dbtestcase import DBTestCase, setUpModule, tearDownModule
+from .dbtestcase import DBTestCase
 
 class DBTests(DBTestCase):
     """tests for the db model"""