Changeset 624
- Timestamp:
- 04/01/05 15:46:19 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/tea4cups
r621 r624 448 448 449 449 def parseIPPMessageFile(self) : 450 """ Extracts the client's hostname or IP address from the CUPS message file for current job."""450 """Parses the IPP message file and returns a tuple (filename, parsedvalue).""" 451 451 cupsdconf = self.getCupsConfigDirectives(["RequestRoot"]) 452 452 requestroot = cupsdconf.get("requestroot", "/var/spool/cups")