With code changes, this is now unneeded
authorEd Page <eopage@byu.net>
Wed, 12 Jan 2011 02:47:13 +0000 (20:47 -0600)
committerEd Page <eopage@byu.net>
Wed, 12 Jan 2011 02:47:13 +0000 (20:47 -0600)
src/util/qtpie.py

index 14872e2..3713078 100755 (executable)
@@ -6,17 +6,7 @@ import logging
 from PyQt4 import QtGui
 from PyQt4 import QtCore
 
-try:
-       from util import misc as misc_utils
-except ImportError:
-       class misc_utils(object):
-
-               @staticmethod
-               def log_exception(logger):
-
-                       def wrapper(func):
-                               return func
-                       return wrapper
+import misc as misc_utils
 
 
 _moduleLogger = logging.getLogger(__name__)