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/snmp.py

    r999 r1068  
    2121# 
    2222# $Log$ 
     23# Revision 1.11  2003/07/07 11:49:24  jalet 
     24# Lots of small fixes with the help of PyChecker 
     25# 
    2326# Revision 1.10  2003/05/22 12:56:06  jalet 
    2427# Uses SNMP version 1 instead of version 2c by default, which is probably 
     
    6669class Requester : 
    6770    """A class to send queries to printers via SNMP.""" 
    68     def __init__(self, config, printername, arguments) : 
     71    def __init__(self, printername, arguments) : 
    6972        """Sets instance vars depending on the current printer.""" 
    7073        self.printername = printername