Changeset 1846
- Timestamp:
- 10/19/04 17:21:48 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r1820 r1846 22 22 # 23 23 # $Log$ 24 # Revision 1.130 2004/10/19 15:21:48 jalet 25 # Fixed incorrect setting of the user's locale 26 # 24 27 # Revision 1.129 2004/10/13 20:51:27 jalet 25 28 # Made debugging levels be the same in cupspykota and lprngpykota. … … 517 520 class PyKotaTool : 518 521 """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__)) : 520 523 """Initializes the command line tool.""" 521 524 # locale stuff