Changeset 1846

Show
Ignore:
Timestamp:
10/19/04 17:21:48 (19 years ago)
Author:
jalet
Message:

Fixed incorrect setting of the user's locale

Files:
1 modified

Legend:

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

    r1820 r1846  
    2222# 
    2323# $Log$ 
     24# Revision 1.130  2004/10/19 15:21:48  jalet 
     25# Fixed incorrect setting of the user's locale 
     26# 
    2427# Revision 1.129  2004/10/13 20:51:27  jalet 
    2528# Made debugging levels be the same in cupspykota and lprngpykota. 
     
    517520class PyKotaTool :     
    518521    """Base class for all PyKota command line tools.""" 
    519     def __init__(self, lang=None, charset=None, doc="PyKota %s (c) 2003-2004 %s" % (version.__version__, version.__author__)) : 
     522    def __init__(self, lang="", charset=None, doc="PyKota %s (c) 2003-2004 %s" % (version.__version__, version.__author__)) : 
    520523        """Initializes the command line tool.""" 
    521524        # locale stuff