summaryrefslogtreecommitdiffstats
path: root/module/Setup.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-05-29 18:26:02 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-05-29 18:26:02 +0200
commit17a982a3fccc075fc69ad2fcf9e9ca2d192b4777 (patch)
treeecbc808b86c21265ce72dc68ba9932d93cf12d57 /module/Setup.py
parentadded production / devel mode to webui (diff)
parentFix for wrong import of pylgettext when starting with setup: (diff)
downloadpyload-17a982a3fccc075fc69ad2fcf9e9ca2d192b4777.tar.xz
Merge pull request #139 from d00fy/bugfix-setuppylgettext
Fix for wrong import of pylgettext when starting with setup
Diffstat (limited to 'module/Setup.py')
-rw-r--r--module/Setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Setup.py b/module/Setup.py
index 4e89ed0f2..eef7a88ca 100644
--- a/module/Setup.py
+++ b/module/Setup.py
@@ -16,7 +16,7 @@
# @author: RaNaN
###############################################################################
-import module.common.pylgettext as gettext
+import module.utils.pylgettext as gettext
import os
import sys
import socket