summaryrefslogtreecommitdiff
path: root/pysnmp/entity/observer.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-06-12 14:07:24 +0200
committerIlya Etingof <etingof@gmail.com>2016-06-12 14:07:24 +0200
commit91a1292067bfda55320f188eb1c8cce4af7a3266 (patch)
treec73fd39bf0eaf76207efdc6ed4ed191e50f31bf9 /pysnmp/entity/observer.py
parent912517cb2d79fddc512a1304c18a9b20cb20cf80 (diff)
downloadpysnmp-git-91a1292067bfda55320f188eb1c8cce4af7a3266.tar.gz
converted to new-style classes
Diffstat (limited to 'pysnmp/entity/observer.py')
-rw-r--r--pysnmp/entity/observer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysnmp/entity/observer.py b/pysnmp/entity/observer.py
index 2e137129..d0f853f1 100644
--- a/pysnmp/entity/observer.py
+++ b/pysnmp/entity/observer.py
@@ -7,12 +7,12 @@
from pysnmp import error
-class MetaObserver:
+class MetaObserver(object):
"""This is a simple facility for exposing internal SNMP Engine
working details to pysnmp applications. These details are
basically local scope variables at a fixed point of execution.
- Two modes of operations are offered:
+ Two modes of operations are offered(object):
1. App can request an execution point context by execution point ID.
2. App can register its callback function (and context) to be invoked
once execution reaches specified point. All local scope variables