[Pysnmp-dev] Are these typos ?
Brought to you by:
elie
From: Abhinay S. <ab...@go...> - 2002-06-20 00:55:13
|
Hi, I wanted to move from pysnmp v1.x to v2.x. I notice the following things which seem to me to be errors. These are files obtained from pysnmp-2.0.1.tar File bulkrole.py Line 15: class error(role.error): """Base class for bulkrole module """ pass Should role.error be role.Error ? Line 205: except error.SNMPEngineError: pass There is no SNMPEngineError in error.py ? Fixing them on my copy makes things happy. Just wanted to know if its indeed broken or I am missing something. Thanks. -- Abhinay |