- Timestamp:
- 03/22/05 16:27:32 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r2165 r2177 189 189 190 190 # tries to extract job-originating-host-name and other information 191 self.regainPriv() 191 192 cupsdconf = self.getCupsConfigDirectives(["PageLog", "RequestRoot"]) 192 193 requestroot = cupsdconf.get("requestroot", "/var/spool/cups") … … 197 198 ippmessagefile = os.path.join(requestroot, ippmessagefile) 198 199 ippmessage = {} 199 self.regainPriv()200 200 try : 201 201 ippdatafile = open(ippmessagefile)