summaryrefslogtreecommitdiff
path: root/examples/hlapi/v1arch/asyncio/agent
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hlapi/v1arch/asyncio/agent')
-rw-r--r--examples/hlapi/v1arch/asyncio/agent/ntforg/default-v1-trap.py1
-rw-r--r--examples/hlapi/v1arch/asyncio/agent/ntforg/multiple-notifications-at-once.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/hlapi/v1arch/asyncio/agent/ntforg/default-v1-trap.py b/examples/hlapi/v1arch/asyncio/agent/ntforg/default-v1-trap.py
index d63332f9..dfaefc62 100644
--- a/examples/hlapi/v1arch/asyncio/agent/ntforg/default-v1-trap.py
+++ b/examples/hlapi/v1arch/asyncio/agent/ntforg/default-v1-trap.py
@@ -21,6 +21,7 @@ Functionally similar to:
"""#
import asyncio
+
from pysnmp.hlapi.v1arch.asyncio import *
diff --git a/examples/hlapi/v1arch/asyncio/agent/ntforg/multiple-notifications-at-once.py b/examples/hlapi/v1arch/asyncio/agent/ntforg/multiple-notifications-at-once.py
index f81c909d..3b6f7513 100644
--- a/examples/hlapi/v1arch/asyncio/agent/ntforg/multiple-notifications-at-once.py
+++ b/examples/hlapi/v1arch/asyncio/agent/ntforg/multiple-notifications-at-once.py
@@ -18,6 +18,7 @@ Functionally similar to:
"""#
import asyncio
+
from pysnmp.hlapi.v1arch.asyncio import *