Changeset 2895 for pykota/trunk/pykota/config.py
- Timestamp:
- 05/23/06 23:28:39 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/config.py
r2759 r2895 249 249 return # No prefix to strip off 250 250 251 def getAskConfirmation(self, printername) : 252 """Returns the askconfirmation directive's content, or None if unset.""" 253 try : 254 return self.getPrinterOption(printername, "askconfirmation").strip() 255 except PyKotaConfigError : 256 return # No overwriting will be done 257 251 258 def getOverwriteJobTicket(self, printername) : 252 259 """Returns the overwrite_jobticket directive's content, or None if unset."""