Changeset 2410
- Timestamp:
- 08/28/05 12:56:28 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r2409 r2410 33 33 import shlex 34 34 import signal 35 import time36 35 import md5 37 36 import fnmatch 37 import pwd 38 38 39 39 from pykota.tool import PyKotaTool, PyKotaToolError, crashed … … 174 174 except ValueError : 175 175 if not device_uri : 176 self.log Debug("Not attached to an existing print queue.")176 self.logdebug("Not attached to an existing print queue.") 177 177 backend = "" 178 178 printerhostname = ""