summaryrefslogtreecommitdiff
path: root/examples/hlapi/v1arch/asyncio/manager
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hlapi/v1arch/asyncio/manager')
-rw-r--r--examples/hlapi/v1arch/asyncio/manager/cmdgen/getbulk-to-eom.py1
-rw-r--r--examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-concurrent-queries-over-ipv4-and-ipv6.py1
-rw-r--r--examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-sequential-queries.py1
-rw-r--r--examples/hlapi/v1arch/asyncio/manager/cmdgen/v1-get.py1
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/hlapi/v1arch/asyncio/manager/cmdgen/getbulk-to-eom.py b/examples/hlapi/v1arch/asyncio/manager/cmdgen/getbulk-to-eom.py
index c0532c09..e3043239 100644
--- a/examples/hlapi/v1arch/asyncio/manager/cmdgen/getbulk-to-eom.py
+++ b/examples/hlapi/v1arch/asyncio/manager/cmdgen/getbulk-to-eom.py
@@ -18,6 +18,7 @@ Functionally similar to:
"""#
import asyncio
+
from pysnmp.hlapi.v1arch.asyncio import *
diff --git a/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-concurrent-queries-over-ipv4-and-ipv6.py b/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-concurrent-queries-over-ipv4-and-ipv6.py
index f0e14ae5..0a496bd6 100644
--- a/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-concurrent-queries-over-ipv4-and-ipv6.py
+++ b/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-concurrent-queries-over-ipv4-and-ipv6.py
@@ -18,6 +18,7 @@ Functionally similar to:
"""#
import asyncio
+
from pysnmp.hlapi.v1arch.asyncio import *
diff --git a/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-sequential-queries.py b/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-sequential-queries.py
index 3ce3c232..12f7a142 100644
--- a/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-sequential-queries.py
+++ b/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-sequential-queries.py
@@ -18,6 +18,7 @@ Functionally similar to:
"""#
import asyncio
+
from pysnmp.hlapi.v1arch.asyncio import *
diff --git a/examples/hlapi/v1arch/asyncio/manager/cmdgen/v1-get.py b/examples/hlapi/v1arch/asyncio/manager/cmdgen/v1-get.py
index 5659a3a5..ba54d1bd 100644
--- a/examples/hlapi/v1arch/asyncio/manager/cmdgen/v1-get.py
+++ b/examples/hlapi/v1arch/asyncio/manager/cmdgen/v1-get.py
@@ -16,6 +16,7 @@ Functionally similar to:
"""#
import asyncio
+
from pysnmp.hlapi.v1arch.asyncio import *