commit | 3c7cf7f01aea0a4b07d2ab059fc10c34fb159062 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Fri Jan 11 18:04:56 2013 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Jan 11 18:04:56 2013 -0800 |
tree | 282d733b5e98dac13c1599e7a47de0825206f4af | |
parent | 7744e11daf890cbb0b815e51ce4781de78624c51 [diff] [blame] |
fix test imports These modules were previously visible through the testutils import.
diff --git a/tests/pktact.py b/tests/pktact.py index 7d30698..905780e 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -17,6 +17,7 @@ import time import unittest import random +import scapy.all as scapy from oftest import config import oftest.controller as controller