Show
Ignore:
Timestamp:
04/04/06 11:16:53 (18 years ago)
Author:
jerome
Message:

Did a pass with pylint.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkprinters

    r2789 r2829  
    2929import pwd 
    3030 
    31 from pykota.tool import Percent, PyKotaTool, PyKotaToolError, PyKotaCommandLineError, crashed, N_ 
     31from pykota.tool import Percent, PyKotaTool, PyKotaCommandLineError, crashed, N_ 
    3232from pykota.storage import StoragePrinter 
    3333 
     
    227227                        if self.isValidName(pname) : 
    228228                            printer = StoragePrinter(self.storage, pname) 
    229                             self.modifyPrinter(printer, charges, perpage, perjob,\ 
     229                            self.modifyPrinter(printer, charges, perpage, perjob, \ 
    230230                                           description, passthrough, \ 
    231231                                           nopassthrough, maxjobsize)