diff options
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 |