Explorar el Código

Small PEP8 corrections

Jeroen hace 11 años
padre
commit
e08d0cc774
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      memento.py

+ 2 - 1
memento.py

@@ -91,7 +91,8 @@ if __name__ == '__main__':
         n.DoStuff()
     except:
         print('-> doing stuff failed!')
-        import sys, traceback
+        import sys
+        import traceback
         traceback.print_exc(file=sys.stdout)
         pass
     print(n)