Changeset 2438
- Timestamp:
- 09/13/05 13:40:32 (19 years ago)
- Location:
- pykota/trunk/pykota/accounters
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/pjl.py
r2425 r2438 206 206 class fakeAccounter : 207 207 def __init__(self) : 208 self.arguments = "pjl:9100" 208 209 self.filter = fakeFilter() 209 210 self.protocolHandler = Handler(self, sys.argv[1]) -
pykota/trunk/pykota/accounters/snmp.py
r2425 r2438 208 208 class fakeAccounter : 209 209 def __init__(self) : 210 self.arguments = "snmp:public" 210 211 self.filter = fakeFilter() 211 212 self.protocolHandler = Handler(self, sys.argv[1])