summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/context.py
diff options
context:
space:
mode:
authorelie <elie>2005-10-26 21:32:39 +0000
committerelie <elie>2005-10-26 21:32:39 +0000
commitef9be89462fd954474dfcfc5f0b81ebcc6066cfd (patch)
tree1064bc58c7488d2e3c4c6094fb093c7f271b497f /pysnmp/entity/rfc3413/context.py
parent35079b9bcc2a31bcdeb24acd1a4552817a488443 (diff)
downloadpysnmp-ef9be89462fd954474dfcfc5f0b81ebcc6066cfd.tar.gz
work with Managed Objects instances rather than with their
specification
Diffstat (limited to 'pysnmp/entity/rfc3413/context.py')
-rw-r--r--pysnmp/entity/rfc3413/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/context.py b/pysnmp/entity/rfc3413/context.py
index 49a45ec..1cbc436 100644
--- a/pysnmp/entity/rfc3413/context.py
+++ b/pysnmp/entity/rfc3413/context.py
@@ -5,7 +5,7 @@ class SnmpContext:
def __init__(self, snmpEngine, contextEngineId=None):
if contextEngineId is None:
# Default to local snmpEngineId
- contextEngineId,= snmpEngine.msgAndPduDsp.mibInstrumController.mibBuilder.importSymbols('SNMP-FRAMEWORK-MIB', 'snmpEngineID')
+ contextEngineId,= snmpEngine.msgAndPduDsp.mibInstrumController.mibBuilder.importSymbols('__SNMP-FRAMEWORK-MIB', 'snmpEngineID')
contextEngineId = contextEngineId.syntax
self.contextEngineId = contextEngineId
self.contextNames = {