Removed some commented out code

bzr-revno: 409
This commit is contained in:
Martin Thompson 2009-03-12 20:17:31 +00:00
parent 21bfa234e8
commit f1a6057b08

View File

@ -81,12 +81,6 @@ class TestRender_base:
def teardown_class(self):
print "class quit", self, self.app
self.app.quit()
# def setup_module(self):
# print "Module setup"
# self.app = QtGui.QApplication([])
# def teardown_module(self):
# print "Module quit"
# self.app.quit()
def setup_method(self, method):
print "SSsetup", method
if not hasattr(self, "app"):