fix type
authorTony Mack <tmack@cs.princeton.edu>
Tue, 11 Aug 2009 17:06:00 +0000 (17:06 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 11 Aug 2009 17:06:00 +0000 (17:06 +0000)
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):