Remove various unused bits

This commit is contained in:
Daniel Narvaez
2013-05-05 01:26:28 +02:00
parent 6c4a9b34a1
commit 9f71aa864f
7 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class BoundMethodWeakref(object):
except Exception, e:
try:
traceback.print_exc()
except AttributeError, err:
except AttributeError:
print '''Exception during saferef %s cleanup function %s: %s'''%(
self, function, e
)