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.

Files:
1 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])