Changeset 2510
- Timestamp:
- 09/26/05 19:56:51 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r2452 r2510 84 84 locale.setlocale(locale.LC_ALL, lang) 85 85 except (locale.Error, IOError) : 86 locale.setlocale(locale.LC_ALL, "C")86 # locale.setlocale(locale.LC_ALL, "C") 87 87 self.defaultToCLocale = 1 88 88 try :