Changeset 590
- Timestamp:
- 03/14/05 20:47:58 (20 years ago)
- Location:
- tea4cups/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/README
r586 r590 50 50 TEAINPUTFILE : Print job's data file or empty when job read from stdin. 51 51 52 In the case you want to use both Tea4CUPS and PyKota, you MUST install 53 PyKota v1.22alpha2 or higher to avoid a race condition. 54 52 55 ============================================================================= 53 56 -
tea4cups/trunk/tea4cups
r589 r590 37 37 from struct import unpack 38 38 39 version = " 0.99"39 version = "1.00" 40 40 41 41 class TeeError(Exception):