Changeset 2438

Show
Ignore:
Timestamp:
09/13/05 13:40:32 (19 years ago)
Author:
jerome
Message:

Fixed internal snmp and pjl accounters when they are launched as standalone scripts.

Location:
pykota/trunk/pykota/accounters
Files:
2 modified

Legend:

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

    r2425 r2438  
    206206        class fakeAccounter :         
    207207            def __init__(self) : 
     208                self.arguments = "pjl:9100" 
    208209                self.filter = fakeFilter() 
    209210                self.protocolHandler = Handler(self, sys.argv[1]) 
  • pykota/trunk/pykota/accounters/snmp.py

    r2425 r2438  
    208208        class fakeAccounter :         
    209209            def __init__(self) : 
     210                self.arguments = "snmp:public" 
    210211                self.filter = fakeFilter() 
    211212                self.protocolHandler = Handler(self, sys.argv[1])