Changeset 624

Show
Ignore:
Timestamp:
04/01/05 15:46:19 (19 years ago)
Author:
jerome
Message:

Fixed incorrect docstring

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tea4cups/trunk/tea4cups

    r621 r624  
    448448             
    449449    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).""" 
    451451        cupsdconf = self.getCupsConfigDirectives(["RequestRoot"]) 
    452452        requestroot = cupsdconf.get("requestroot", "/var/spool/cups")