diff --git a/pycrate_corenet/ServerGTPU.py b/pycrate_corenet/ServerGTPU.py index 1513e21..ede2049 100644 --- a/pycrate_corenet/ServerGTPU.py +++ b/pycrate_corenet/ServerGTPU.py @@ -51,9 +51,9 @@ else: print('[ERR] ServerGTPU : you\'re not on *nix system. It\'s not going to work:\n'\ 'You need PF_PACKET socket') -from .utils import * from pycrate_core.elt import Envelope from pycrate_ether.IP import * +from .utils import * #------------------------------------------------------------------------------# # setting / unsetting ethernet IF in promiscuous mode #