diff options
author | Ilya Etingof <etingof@gmail.com> | 2017-11-17 11:01:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 11:01:14 +0100 |
commit | 5f7e55269090edda4379fae86d8511940f151a19 (patch) | |
tree | 236f918d22d13a74efe8e1e9c30ac1e62e7dfedd /pysnmp/proto | |
parent | b6a19e8fb6d85ddc61942cb41f9f13f4d46a82c0 (diff) | |
download | pysnmp-git-5f7e55269090edda4379fae86d8511940f151a19.tar.gz |
migrated references from SourceForge (#110)
Diffstat (limited to 'pysnmp/proto')
40 files changed, 40 insertions, 40 deletions
diff --git a/pysnmp/proto/acmod/rfc3415.py b/pysnmp/proto/acmod/rfc3415.py index 9ff37097..3b28df8a 100644 --- a/pysnmp/proto/acmod/rfc3415.py +++ b/pysnmp/proto/acmod/rfc3415.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.smi.error import NoSuchInstanceError from pysnmp.proto import errind, error diff --git a/pysnmp/proto/acmod/void.py b/pysnmp/proto/acmod/void.py index 8ce93141..87080338 100644 --- a/pysnmp/proto/acmod/void.py +++ b/pysnmp/proto/acmod/void.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import errind, error from pysnmp import debug diff --git a/pysnmp/proto/api/__init__.py b/pysnmp/proto/api/__init__.py index 581cdb17..33156bfd 100644 --- a/pysnmp/proto/api/__init__.py +++ b/pysnmp/proto/api/__init__.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.api import v1, v2c, verdec diff --git a/pysnmp/proto/api/v1.py b/pysnmp/proto/api/v1.py index 6b812bd9..04bf6247 100644 --- a/pysnmp/proto/api/v1.py +++ b/pysnmp/proto/api/v1.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ from pysnmp.proto import rfc1155, rfc1157, error diff --git a/pysnmp/proto/api/v2c.py b/pysnmp/proto/api/v2c.py index 29e0ee3d..ebdff853 100644 --- a/pysnmp/proto/api/v2c.py +++ b/pysnmp/proto/api/v2c.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import rfc1901, rfc1902, rfc1905 from pysnmp.proto.api import v1 diff --git a/pysnmp/proto/api/verdec.py b/pysnmp/proto/api/verdec.py index a70ac7b9..0485b3f3 100644 --- a/pysnmp/proto/api/verdec.py +++ b/pysnmp/proto/api/verdec.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ from pyasn1.codec.ber import decoder, eoo diff --git a/pysnmp/proto/cache.py b/pysnmp/proto/cache.py index 5db33e3a..140115f8 100644 --- a/pysnmp/proto/cache.py +++ b/pysnmp/proto/cache.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import error diff --git a/pysnmp/proto/errind.py b/pysnmp/proto/errind.py index c978f750..56e37d90 100644 --- a/pysnmp/proto/errind.py +++ b/pysnmp/proto/errind.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # diff --git a/pysnmp/proto/error.py b/pysnmp/proto/error.py index a1f72846..e7c098e0 100644 --- a/pysnmp/proto/error.py +++ b/pysnmp/proto/error.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.error import PyAsn1Error from pysnmp.error import PySnmpError diff --git a/pysnmp/proto/mpmod/base.py b/pysnmp/proto/mpmod/base.py index 58f9d11d..2b10feed 100644 --- a/pysnmp/proto/mpmod/base.py +++ b/pysnmp/proto/mpmod/base.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.mpmod import cache from pysnmp.proto import error diff --git a/pysnmp/proto/mpmod/cache.py b/pysnmp/proto/mpmod/cache.py index b6f34370..bec85a7f 100644 --- a/pysnmp/proto/mpmod/cache.py +++ b/pysnmp/proto/mpmod/cache.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import error from pysnmp import nextid diff --git a/pysnmp/proto/mpmod/rfc2576.py b/pysnmp/proto/mpmod/rfc2576.py index 1a0b3cf1..4bbe8f09 100644 --- a/pysnmp/proto/mpmod/rfc2576.py +++ b/pysnmp/proto/mpmod/rfc2576.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import sys from pyasn1.codec.ber import decoder, eoo diff --git a/pysnmp/proto/mpmod/rfc3412.py b/pysnmp/proto/mpmod/rfc3412.py index 4636f779..5f9268a5 100644 --- a/pysnmp/proto/mpmod/rfc3412.py +++ b/pysnmp/proto/mpmod/rfc3412.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import sys from pysnmp.proto.mpmod.base import AbstractMessageProcessingModel diff --git a/pysnmp/proto/proxy/rfc2576.py b/pysnmp/proto/proxy/rfc2576.py index f2963784..01d909c4 100644 --- a/pysnmp/proto/proxy/rfc2576.py +++ b/pysnmp/proto/proxy/rfc2576.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import rfc1905, rfc3411, error from pysnmp.proto.api import v1, v2c diff --git a/pysnmp/proto/rfc1155.py b/pysnmp/proto/rfc1155.py index 65c450ef..57d0bfea 100644 --- a/pysnmp/proto/rfc1155.py +++ b/pysnmp/proto/rfc1155.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ, tag, constraint, namedtype from pyasn1.error import PyAsn1Error diff --git a/pysnmp/proto/rfc1157.py b/pysnmp/proto/rfc1157.py index e91cfe1e..063c6fac 100644 --- a/pysnmp/proto/rfc1157.py +++ b/pysnmp/proto/rfc1157.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ, tag, namedtype, namedval from pysnmp.proto import rfc1155 diff --git a/pysnmp/proto/rfc1901.py b/pysnmp/proto/rfc1901.py index 8b7dec07..10b0d7a7 100644 --- a/pysnmp/proto/rfc1901.py +++ b/pysnmp/proto/rfc1901.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ, namedtype, namedval from pysnmp.proto import rfc1905 diff --git a/pysnmp/proto/rfc1902.py b/pysnmp/proto/rfc1902.py index 60e31930..e660577e 100644 --- a/pysnmp/proto/rfc1902.py +++ b/pysnmp/proto/rfc1902.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from sys import version_info from pyasn1.type import univ, tag, constraint, namedtype, namedval diff --git a/pysnmp/proto/rfc1905.py b/pysnmp/proto/rfc1905.py index a72f8dc5..34a81bc2 100644 --- a/pysnmp/proto/rfc1905.py +++ b/pysnmp/proto/rfc1905.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ, tag, constraint, namedtype, namedval from pysnmp.proto import rfc1902 diff --git a/pysnmp/proto/rfc3411.py b/pysnmp/proto/rfc3411.py index 1fbefd5b..4e3e4d19 100644 --- a/pysnmp/proto/rfc3411.py +++ b/pysnmp/proto/rfc3411.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import rfc1157, rfc1905 diff --git a/pysnmp/proto/rfc3412.py b/pysnmp/proto/rfc3412.py index ad7d55f2..3c7b5ffe 100644 --- a/pysnmp/proto/rfc3412.py +++ b/pysnmp/proto/rfc3412.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import sys from pyasn1.compat.octets import null diff --git a/pysnmp/proto/secmod/base.py b/pysnmp/proto/secmod/base.py index 31ed56c6..998b5b7a 100644 --- a/pysnmp/proto/secmod/base.py +++ b/pysnmp/proto/secmod/base.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.secmod import cache from pysnmp.proto import error diff --git a/pysnmp/proto/secmod/cache.py b/pysnmp/proto/secmod/cache.py index 5537ff66..5c0e428b 100644 --- a/pysnmp/proto/secmod/cache.py +++ b/pysnmp/proto/secmod/cache.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp import nextid from pysnmp.proto import error diff --git a/pysnmp/proto/secmod/eso/priv/aes192.py b/pysnmp/proto/secmod/eso/priv/aes192.py index 1001f548..2b57e3ab 100644 --- a/pysnmp/proto/secmod/eso/priv/aes192.py +++ b/pysnmp/proto/secmod/eso/priv/aes192.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.secmod.eso.priv import aesbase diff --git a/pysnmp/proto/secmod/eso/priv/aes256.py b/pysnmp/proto/secmod/eso/priv/aes256.py index fee45855..5f617f19 100644 --- a/pysnmp/proto/secmod/eso/priv/aes256.py +++ b/pysnmp/proto/secmod/eso/priv/aes256.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.secmod.eso.priv import aesbase diff --git a/pysnmp/proto/secmod/eso/priv/aesbase.py b/pysnmp/proto/secmod/eso/priv/aesbase.py index a8667139..0c94190e 100644 --- a/pysnmp/proto/secmod/eso/priv/aesbase.py +++ b/pysnmp/proto/secmod/eso/priv/aesbase.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.secmod.rfc3826.priv import aes from pysnmp.proto.secmod.rfc3414.auth import hmacmd5, hmacsha diff --git a/pysnmp/proto/secmod/eso/priv/des3.py b/pysnmp/proto/secmod/eso/priv/des3.py index 48b07dfa..d5022089 100644 --- a/pysnmp/proto/secmod/eso/priv/des3.py +++ b/pysnmp/proto/secmod/eso/priv/des3.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import random from pysnmp.proto.secmod.rfc3414.priv import base diff --git a/pysnmp/proto/secmod/rfc2576.py b/pysnmp/proto/secmod/rfc2576.py index 6f25f473..d1f8a2a8 100644 --- a/pysnmp/proto/secmod/rfc2576.py +++ b/pysnmp/proto/secmod/rfc2576.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import sys from pyasn1.codec.ber import encoder diff --git a/pysnmp/proto/secmod/rfc3414/__init__.py b/pysnmp/proto/secmod/rfc3414/__init__.py index 295c4f15..107d4df6 100644 --- a/pysnmp/proto/secmod/rfc3414/__init__.py +++ b/pysnmp/proto/secmod/rfc3414/__init__.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.secmod.rfc3414 import service diff --git a/pysnmp/proto/secmod/rfc3414/auth/base.py b/pysnmp/proto/secmod/rfc3414/auth/base.py index 37e8c4d7..70f2c306 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/base.py +++ b/pysnmp/proto/secmod/rfc3414/auth/base.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import errind, error diff --git a/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py b/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py index 907f1ce6..58044bc1 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py +++ b/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # try: from hashlib import md5 diff --git a/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py b/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py index 3ac7c33b..86256a26 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py +++ b/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # try: from hashlib import sha1 diff --git a/pysnmp/proto/secmod/rfc3414/auth/noauth.py b/pysnmp/proto/secmod/rfc3414/auth/noauth.py index f52c65b2..562d5743 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/noauth.py +++ b/pysnmp/proto/secmod/rfc3414/auth/noauth.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.secmod.rfc3414.auth import base from pysnmp.proto import errind, error diff --git a/pysnmp/proto/secmod/rfc3414/localkey.py b/pysnmp/proto/secmod/rfc3414/localkey.py index c5105821..c87dff65 100644 --- a/pysnmp/proto/secmod/rfc3414/localkey.py +++ b/pysnmp/proto/secmod/rfc3414/localkey.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # try: from hashlib import md5, sha1 diff --git a/pysnmp/proto/secmod/rfc3414/priv/base.py b/pysnmp/proto/secmod/rfc3414/priv/base.py index f5df6850..310660ac 100644 --- a/pysnmp/proto/secmod/rfc3414/priv/base.py +++ b/pysnmp/proto/secmod/rfc3414/priv/base.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import error diff --git a/pysnmp/proto/secmod/rfc3414/priv/des.py b/pysnmp/proto/secmod/rfc3414/priv/des.py index f1cd2d4a..0e34c5fe 100644 --- a/pysnmp/proto/secmod/rfc3414/priv/des.py +++ b/pysnmp/proto/secmod/rfc3414/priv/des.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import random from pysnmp.proto.secmod.rfc3414.priv import base diff --git a/pysnmp/proto/secmod/rfc3414/priv/nopriv.py b/pysnmp/proto/secmod/rfc3414/priv/nopriv.py index 52f611d4..7f745f4f 100644 --- a/pysnmp/proto/secmod/rfc3414/priv/nopriv.py +++ b/pysnmp/proto/secmod/rfc3414/priv/nopriv.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.secmod.rfc3414.priv import base from pysnmp.proto import errind, error diff --git a/pysnmp/proto/secmod/rfc3414/service.py b/pysnmp/proto/secmod/rfc3414/service.py index 714595c9..1f2e145f 100644 --- a/pysnmp/proto/secmod/rfc3414/service.py +++ b/pysnmp/proto/secmod/rfc3414/service.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import time import sys diff --git a/pysnmp/proto/secmod/rfc3826/priv/aes.py b/pysnmp/proto/secmod/rfc3826/priv/aes.py index 91d9cc23..d2534b58 100644 --- a/pysnmp/proto/secmod/rfc3826/priv/aes.py +++ b/pysnmp/proto/secmod/rfc3826/priv/aes.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import random from pyasn1.type import univ diff --git a/pysnmp/proto/secmod/rfc7860/auth/hmacsha2.py b/pysnmp/proto/secmod/rfc7860/auth/hmacsha2.py index 06855308..412b2939 100644 --- a/pysnmp/proto/secmod/rfc7860/auth/hmacsha2.py +++ b/pysnmp/proto/secmod/rfc7860/auth/hmacsha2.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Olivier Verriest <verri@x25.pm> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import sys import hmac |