[FIX] Fixed typo in rev 1975.

lp bug: https://launchpad.net/bugs/389544 fixed

bzr revid: odo@openerp.com-20100106232831-92najrab4hhsvz7z
This commit is contained in:
Olivier Dony 2010-01-07 00:28:31 +01:00
parent b276421b84
commit ccf51984ba
1 changed files with 1 additions and 1 deletions

View File

@ -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: