Changeset 1911 for pykota/trunk/bin/pykotme
- Timestamp:
- 11/13/04 00:46:44 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykotme
r1803 r1911 24 24 # 25 25 # $Log$ 26 # Revision 1.17 2004/11/12 23:46:44 jalet 27 # Heavy work on pkbanner. Not finished yet though, but mostly works. 28 # 26 29 # Revision 1.16 2004/10/11 22:53:05 jalet 27 30 # Postponed string interpolation to help message's output method … … 88 91 89 92 from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 90 from pykota.config import PyKotaConfigError91 from pykota.storage import PyKotaStorageError92 93 from pykota.pdlanalyzer import PDLAnalyzer, PDLAnalyzerError 93 94