Changeset 1117 for pykota/trunk/bin/pykota
- Timestamp:
- 08/18/03 18:35:28 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykota
r1116 r1117 23 23 # 24 24 # $Log$ 25 # Revision 1.39 2003/08/18 16:35:28 jalet 26 # New pychecker pass, on the tools this time. 27 # 25 28 # Revision 1.38 2003/08/18 16:20:59 jalet 26 29 # Improvement of the printing system detection code. … … 161 164 import sys 162 165 import os 163 import time164 166 165 167 from pykota.tool import PyKotaTool, PyKotaToolError