Changeset 3187 for pykota/trunk
- Timestamp:
- 06/13/07 09:17:16 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r3184 r3187 128 128 def __init__(self, lang="", charset=None, doc="PyKota v%(__version__)s (c) %(__years__)s %(__author__)s") : 129 129 """Initializes the command line tool.""" 130 self.debug = True # in case of early failure 131 130 132 # did we drop priviledges ? 131 133 self.privdropped = 0