X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2F__init__.py;h=e55661f9673427fac81535862bee5987575a2d24;hb=28203438ec32fe0bf08d4687231d2287e8c62f97;hp=e40219aa38a0010d0601a0ed32216206baf78abf;hpb=d6ef04787834ffeded257d96af4c965ca7055a51;p=m_librarian.git diff --git a/tests/__init__.py b/tests/__init__.py index e40219a..e55661f 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -29,7 +29,7 @@ class TestCase(unittest.TestCase): def main(): try: unittest.main(testRunner=unittest.TextTestRunner()) - except SystemExit, msg: + except SystemExit as msg: result = msg.args[0] else: result = 0