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/bsn_ipmask.py b/tests/bsn_ipmask.py index fea7caa..8304958 100644 --- a/tests/bsn_ipmask.py +++ b/tests/bsn_ipmask.py
@@ -1,8 +1,8 @@ """ """ import struct - import logging +import scapy from oftest import config import oftest.controller as controller