From: Ed Page Date: Wed, 12 Jan 2011 02:47:13 +0000 (-0600) Subject: With code changes, this is now unneeded X-Git-Url: http://vcs.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=26bae3d6aad9e93749eb1a4c395832ff33fe0a95 With code changes, this is now unneeded --- diff --git a/src/util/qtpie.py b/src/util/qtpie.py index 14872e2..3713078 100755 --- a/src/util/qtpie.py +++ b/src/util/qtpie.py @@ -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__)