[FIX] babel: the babel localedata was put back to its right place in the previous commit, so the zip-related hack can disappear.

bzr revid: vmt@openerp.com-20130306143317-oo4n6x78v68rqn9i
This commit is contained in:
Vo Minh Thu 2013-03-06 15:33:17 +01:00
parent 1f4002447e
commit cdfdaa455d
1 changed files with 0 additions and 8 deletions

View File

@ -218,12 +218,6 @@ def quit_on_signals():
os.unlink(config['pidfile'])
sys.exit(0)
def configure_babel_localedata_path():
# Workaround: py2exe and babel.
if hasattr(sys, 'frozen'):
import babel
babel.localedata._dirname = os.path.join(os.path.dirname(sys.executable), 'localedata')
def main(args):
os.environ["TZ"] = "UTC"
@ -236,8 +230,6 @@ def main(args):
config = openerp.tools.config
configure_babel_localedata_path()
setup_signal_handlers()
if config["test_file"]: