Show
Ignore:
Timestamp:
07/07/03 13:49:24 (21 years ago)
Author:
jalet
Message:

Lots of small fixes with the help of PyChecker?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/requesters/external.py

    r952 r1068  
    2121# 
    2222# $Log$ 
     23# Revision 1.8  2003/07/07 11:49:24  jalet 
     24# Lots of small fixes with the help of PyChecker 
     25# 
    2326# Revision 1.7  2003/04/23 22:13:57  jalet 
    2427# Preliminary support for LPRng added BUT STILL UNTESTED. 
     
    5356class Requester : 
    5457    """A class to send queries to printers via external commands.""" 
    55     def __init__(self, config, printername, arguments) : 
     58    def __init__(self, printername, arguments) : 
    5659        """Sets instance vars depending on the current printer.""" 
    5760        self.printername = printername