From ccf51984ba651df3af5aca0aed1d2c859888afcc Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Thu, 7 Jan 2010 00:28:31 +0100 Subject: [PATCH] [FIX] Fixed typo in rev 1975. lp bug: https://launchpad.net/bugs/389544 fixed bzr revid: odo@openerp.com-20100106232831-92najrab4hhsvz7z --- bin/tools/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools/misc.py b/bin/tools/misc.py index 331649b53c7..a237ee1b603 100644 --- a/bin/tools/misc.py +++ b/bin/tools/misc.py @@ -1240,7 +1240,7 @@ def detect_server_timezone(): # of timezones in windows is rarely something that is known to pytz. # But that's ok, it is always possible to use a config option to set # it explicitly. - sources.append((get_win32_tz(),"Windows Registry")) + sources.append((get_win32_timezone(),"Windows Registry")) for (value,source) in sources: if value: