fix type
[plcapi.git] / PLC / SFA.py
index fbb490e..8363e43 100644 (file)
@@ -1,7 +1,5 @@
 from types import StringTypes
 import traceback
-    packages_imported = False
-    traceback.print_exc()
 
 def wrap_exception(method):
     def wrap(*args, **kwds):