mirror of https://github.com/n1nj4sec/pupy.git
fix missing import
This commit is contained in:
parent
1c89fef96d
commit
24654e21c0
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: UTF8 -*-
|
||||
from pupylib import *
|
||||
|
||||
def init_winpcap(module):
|
||||
if module.client.is_windows():
|
||||
|
|
Loading…
Reference in New Issue