X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/2344dcf6736372c1dd359a95819fb3c2e131afc2..fb3f7fce5b6f99ff075f4a7b085588b50e14b7e2:/start-sercom.py diff --git a/start-sercom.py b/start-sercom.py index b32eb45..cba53a1 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")