Show
Ignore:
Timestamp:
09/24/04 23:19:48 (20 years ago)
Author:
jalet
Message:

Did a pass of PyChecker?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/hardware.py

    r1739 r1743  
    2222# 
    2323# $Log$ 
     24# Revision 1.24  2004/09/24 21:19:48  jalet 
     25# Did a pass of PyChecker 
     26# 
    2427# Revision 1.23  2004/09/23 19:18:12  jalet 
    2528# Now loops when the external hardware accounter fails, until it returns a correct value 
     
    104107# 
    105108 
    106 import sys 
    107109import os 
    108110import time 
     
    152154            tsp.close() 
    153155     
    154         def handleAnswer(self, wholeMsg, transportAddr, req): 
     156        def handleAnswer(self, wholeMsg, notusedhere, req): 
    155157            """Decodes and handles the SNMP answer.""" 
    156158            ver = alpha.protoVersions[alpha.protoVersionId1]