Fix path issue.

This commit is contained in:
aouinizied 2019-10-19 23:48:08 +02:00
parent 3ccc801616
commit e91bd66ad6

View file

@ -11,6 +11,7 @@ from os.path import abspath, dirname
ndpi = CDLL(dirname(abspath(__file__)) + '/ndpi_wrap.so')
class ndpi_detection_module_struct(Structure):
pass