X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/2344dcf6736372c1dd359a95819fb3c2e131afc2..bac36dfb75e60eb3d7c9ebbf679d63c0162a8641:/start-sercom.py?ds=sidebyside diff --git a/start-sercom.py b/start-sercom.py index b32eb45..45625c8 100644 --- a/start-sercom.py +++ b/start-sercom.py @@ -1,4 +1,8 @@ #!/usr/bin/python + +import locale +locale.setlocale(locale.LC_ALL, '') + import pkg_resources pkg_resources.require("TurboGears") @@ -13,7 +17,7 @@ import sys # look for setup.py in this directory. If it's not there, this script is # probably installed if len(sys.argv) > 1: - update_config(configfile=sys.argv[1], + update_config(configfile=sys.argv[1], modulename="sercom.config") elif exists(join(dirname(__file__), "setup.py")): update_config(configfile="dev.cfg",modulename="sercom.config")