forked from openlp/openlp
Removed some commented out code
bzr-revno: 409
This commit is contained in:
parent
21bfa234e8
commit
f1a6057b08
@ -81,12 +81,6 @@ class TestRender_base:
|
|||||||
def teardown_class(self):
|
def teardown_class(self):
|
||||||
print "class quit", self, self.app
|
print "class quit", self, self.app
|
||||||
self.app.quit()
|
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):
|
def setup_method(self, method):
|
||||||
print "SSsetup", method
|
print "SSsetup", method
|
||||||
if not hasattr(self, "app"):
|
if not hasattr(self, "app"):
|
||||||
|
Loading…
Reference in New Issue
Block a user