Show
Ignore:
Timestamp:
09/19/07 14:16:55 (17 years ago)
Author:
jerome
Message:

Fixed an 'hp' Device URI parsing problem thanks to Christopher Hoskin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r3189 r3248  
    304304                if len(checkauth) == 2 : 
    305305                    destination = checkauth[1] 
    306             printerhostname = destination.split("/")[0].split(":")[0] 
     306                printerhostname = destination.split("/")[0].split(":")[0] 
    307307             
    308308        self.PrinterHostName = printerhostname