summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/cmdgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/entity/rfc3413/cmdgen.py')
-rw-r--r--pysnmp/entity/rfc3413/cmdgen.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/pysnmp/entity/rfc3413/cmdgen.py b/pysnmp/entity/rfc3413/cmdgen.py
index 9ca9b50b..6f13c265 100644
--- a/pysnmp/entity/rfc3413/cmdgen.py
+++ b/pysnmp/entity/rfc3413/cmdgen.py
@@ -4,14 +4,16 @@
# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pysnmp/license.html
#
-import sys
+from pyasn1.type import univ
+
+from pysnmp import debug
+from pysnmp import error
+from pysnmp import nextid
from pysnmp.entity.rfc3413 import config
-from pysnmp.proto import rfc1905, errind
+from pysnmp.proto import errind
from pysnmp.proto.api import v2c
-from pysnmp.proto.proxy import rfc2576
-from pysnmp import error, nextid, debug
from pysnmp.proto.error import StatusInformation
-from pyasn1.type import univ
+from pysnmp.proto.proxy import rfc2576
getNextHandle = nextid.Integer(0x7fffffff)