[Pysnmp-dev] RE: Are these typos ?
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2002-09-20 06:34:49
|
Let me beg your pardon for not replying earlier -- I appeared not to be subscribed on this list. So, both are typos. I've just fixed them at CVS and going to release pysnmp-2.0.6. Thanks, ilya >From: Abhinay Sharma <abhinay@go...> >Subject: Are these typos ? >Date: 2002-06-19 17:55 > > 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. |