diff options
author | Ilya Etingof <etingof@gmail.com> | 2019-02-26 09:47:12 +0100 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2019-02-26 09:47:12 +0100 |
commit | b186168d5b47c74c1d20e80939d3e22e561fe2cf (patch) | |
tree | a1fa9556b65e675c28f5106e0cda662c7d00461e /pysnmp/carrier/asynsock/dispatch.py | |
parent | 3f2f132a9fdf7a48ec6131d5498145dded3cfcad (diff) | |
download | pysnmp-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/dispatch.py')
-rw-r--r-- | pysnmp/carrier/asynsock/dispatch.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pysnmp/carrier/asynsock/dispatch.py b/pysnmp/carrier/asynsock/dispatch.py deleted file mode 100644 index 74d14141..00000000 --- a/pysnmp/carrier/asynsock/dispatch.py +++ /dev/null @@ -1,10 +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.dispatch import * - - -AsynsockDispatcher = AsyncoreDispatcher |