Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-03-30 12:32:07 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-03-30 12:32:07 (GMT)
commit156ebc6ff05565f4ab1f55a60bd94d7d2f5984c3 (patch)
tree8d35c69c7a1da5b6efcd47f4027c949861cc90c4 /utils.py
parent414c8aa2ea822bda2446a407c63248def5b1017b (diff)
pyflakes clean
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.py b/utils.py
index 60a5647..86e0eb2 100644
--- a/utils.py
+++ b/utils.py
@@ -43,6 +43,8 @@ _logger = logging.getLogger('install-activity')
_logger.setLevel(logging.DEBUG)
logging.basicConfig()
+from gettext import gettext as _
+
def get_logger():
return _logger