Make JMC work with PyXMPP 1.0.1

Ignore-this: cc242e6115e0359528974bc6607a9585

It will now be incompatible with PyXMPP <1.0.1

darcs-hash:20090701193604-86b55-70288dbfa46c93da43cae0e36bffe2bdb6df0178.gz
This commit is contained in:
David Rousselie
2009-07-01 21:36:04 +02:00
parent 9bab128113
commit 4a9e1552f3
4 changed files with 11 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ if __name__ == '__main__':
class MyTestProgram(unittest.TestProgram):
def runTests(self):
"""run tests but do not exit after"""
self.testRunner = unittest.TextTestRunner(verbosity=self.verbosity)
self.testRunner = unittest.TextTestRunner(verbosity=self.verbosity)
self.testRunner.run(self.test)
logger = logging.getLogger()