Changeset 2510

Show
Ignore:
Timestamp:
09/26/05 19:56:51 (19 years ago)
Author:
jerome
Message:

Fixed unnecessary locale change which causes some problems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r2452 r2510  
    8484            locale.setlocale(locale.LC_ALL, lang) 
    8585        except (locale.Error, IOError) : 
    86             locale.setlocale(locale.LC_ALL, "C") 
     86            # locale.setlocale(locale.LC_ALL, "C") 
    8787            self.defaultToCLocale = 1 
    8888        try :