runtime/__init__.py
changeset 2586 b89484560a97
parent 2583 e172ab28d04e
child 3750 f62625418bff
--- a/runtime/__init__.py	Tue Apr 09 13:13:27 2019 +0200
+++ b/runtime/__init__.py	Tue Apr 09 13:18:51 2019 +0200
@@ -38,5 +38,3 @@
     except Exception:
         res = (None, sys.exc_info())
     return res
-
-