Changeset 3248 for pykota/trunk/bin/cupspykota
- Timestamp:
- 09/19/07 14:16:55 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r3189 r3248 304 304 if len(checkauth) == 2 : 305 305 destination = checkauth[1] 306 printerhostname = destination.split("/")[0].split(":")[0]306 printerhostname = destination.split("/")[0].split(":")[0] 307 307 308 308 self.PrinterHostName = printerhostname