commit | a68176f803f56ead0e73ba8aac052e2886b6f2ef | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 17:41:05 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 17:41:05 2013 -0700 |
tree | 1485cfa1a449c1c868ec0340e3c14d1ecbcc319e | |
parent | 2855ef7187e9b2ebd3d2b1b2240aebb277ee1bff [diff] [blame] |
wrap scapy with explicit imports pylint can't handle scapy's magical imports.
diff --git a/tests/pktact.py b/tests/pktact.py index f803cfd..04edf95 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -17,7 +17,7 @@ import time import unittest import random -import scapy.all as scapy +import oftest.packet as scapy from oftest import config import oftest.controller as controller