commit | 720eaf272b8de1d5ffa810e5f8ec3e6678335931 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 18:00:45 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 18:00:45 2013 -0700 |
tree | 4ba70a72aeda1a4c147a51562c5593d16fa88297 | |
parent | a68176f803f56ead0e73ba8aac052e2886b6f2ef [diff] [blame] |
fix bugs found by pylint
diff --git a/src/python/oftest/packet.py b/src/python/oftest/packet.py index 67dffb2..1b43091 100644 --- a/src/python/oftest/packet.py +++ b/src/python/oftest/packet.py
@@ -4,6 +4,7 @@ """ Wrap scapy to satisfy pylint """ +import sys try: import scapy.layers.l2