diff options
author | aouinizied <aouinizied@gmail.com> | 2019-11-15 19:30:50 +0100 |
---|---|---|
committer | aouinizied <aouinizied@gmail.com> | 2019-11-15 19:30:50 +0100 |
commit | 82a186e096edab6443bddfc1a786962f96653f0f (patch) | |
tree | efb88023d31181ceb4d781748d8880f4fc14ad64 /python/ndpi_example.py | |
parent | e467fe9aa620f643655fbba759d66bc195cc12e0 (diff) |
Polish.
Diffstat (limited to 'python/ndpi_example.py')
-rwxr-xr-x | python/ndpi_example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ndpi_example.py b/python/ndpi_example.py index ff11e6d37..d134d3947 100755 --- a/python/ndpi_example.py +++ b/python/ndpi_example.py @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with nDP If not, see <http://www.gnu.org/licenses/>. """ -from ndpi_bindings import * +from ndpi_typestruct import * from ctypes import * from scapy.all import * import sys |