Changeset 1217

Show
Ignore:
Timestamp:
11/25/03 23:03:28 (20 years ago)
Author:
jalet
Message:

No more message on stderr when the translation is not available.

Files:
1 modified

Legend:

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

    r1216 r1217  
    2222# 
    2323# $Log$ 
     24# Revision 1.61  2003/11/25 22:03:28  jalet 
     25# No more message on stderr when the translation is not available. 
     26# 
    2427# Revision 1.60  2003/11/25 21:54:05  jalet 
    2528# updated FAQ 
     
    270273        except (locale.Error, IOError) : 
    271274            gettext.NullTranslations().install() 
    272             sys.stderr.write("PyKota : Error while loading translations\n") 
     275            # sys.stderr.write("PyKota : Error while loading translations\n") 
    273276     
    274277        # pykota specific stuff