summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asynsock/dgram/unix.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-02-26 09:47:12 +0100
committerIlya Etingof <etingof@gmail.com>2019-02-26 09:47:12 +0100
commitb186168d5b47c74c1d20e80939d3e22e561fe2cf (patch)
treea1fa9556b65e675c28f5106e0cda662c7d00461e /pysnmp/carrier/asynsock/dgram/unix.py
parent3f2f132a9fdf7a48ec6131d5498145dded3cfcad (diff)
downloadpysnmp-git-b186168d5b47c74c1d20e80939d3e22e561fe2cf.tar.gz
Drop legacy `pysnmp.carrier.asynsock`
The sub-package is now known under the name `asyncore` because of the presence of many other event loops.
Diffstat (limited to 'pysnmp/carrier/asynsock/dgram/unix.py')
-rw-r--r--pysnmp/carrier/asynsock/dgram/unix.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pysnmp/carrier/asynsock/dgram/unix.py b/pysnmp/carrier/asynsock/dgram/unix.py
deleted file mode 100644
index 887b4edb..00000000
--- a/pysnmp/carrier/asynsock/dgram/unix.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# This file is part of pysnmp software.
-#
-# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
-# License: http://snmplabs.com/pysnmp/license.html
-#
-from pysnmp.carrier.asyncore.dgram.unix import *