commit | 9f088483ac78d32547ff99e3d7c3a8fd4e2234b0 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Fri Mar 12 13:56:02 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Fri Mar 12 13:56:02 2010 -0800 |
tree | 5a93aed30e2e8c172fc3add92abefe6f7c393de5 | |
parent | f4426d5e9d379c4a08f8002b0cd46faaef35719e [diff] |
Bad mixed import for scapy
diff --git a/src/python/oftest/parse.py b/src/python/oftest/parse.py index 9a31666..c26fc5f 100644 --- a/src/python/oftest/parse.py +++ b/src/python/oftest/parse.py
@@ -13,7 +13,7 @@ from scapy.all import * except: try: - import scapy as scapy + from scapy import * except: sys.exit("Need to install scapy for packet parsing")