Changeset 3421
- Timestamp:
- 10/04/08 11:08:44 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkprinters
r3420 r3421 67 67 try : 68 68 return cups.doRequest(req).printer["device-uri"][0][1] 69 except (AttributeError, IndexError ) :69 except (AttributeError, IndexError, KeyError) : 70 70 self.printInfo(_("Impossible to retrieve %(printername)s's DeviceURI") % locals(), "warn") 71 71 return ""