diff options
author | 2013-05-29 18:26:02 +0200 | |
---|---|---|
committer | 2013-05-29 18:26:02 +0200 | |
commit | 17a982a3fccc075fc69ad2fcf9e9ca2d192b4777 (patch) | |
tree | ecbc808b86c21265ce72dc68ba9932d93cf12d57 /module/Setup.py | |
parent | added production / devel mode to webui (diff) | |
parent | Fix for wrong import of pylgettext when starting with setup: (diff) | |
download | pyload-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.py | 2 |
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 |