This commit is contained in:
Tim Bentley 2013-02-16 20:45:15 +00:00
parent 8dc7c6ae65
commit a14f624a81
2 changed files with 1 additions and 10 deletions

View File

@ -1,8 +0,0 @@
import sip
sip.setapi(u'QDate', 2)
sip.setapi(u'QDateTime', 2)
sip.setapi(u'QString', 2)
sip.setapi(u'QTextStream', 2)
sip.setapi(u'QTime', 2)
sip.setapi(u'QUrl', 2)
sip.setapi(u'QVariant', 2)

View File

@ -28,8 +28,7 @@ class TestImageManager(TestCase):
"""
Delete all the C++ objects at the end so that we don't have a segfault
"""
#del self.app
pass
del self.app
def basic_image_manager_test(self):
"""