summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-09 11:11:08 -0500
committerimarom <imarom@cisco.com>2016-02-09 11:11:08 -0500
commitc07bd86f8c0a150f743c985dbef5e2bce857e0d9 (patch)
tree038d10e67fc24d61217522dd914bfc2ee531f5e1 /scripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py
parent0aa48dc740012b94cdd0cea3e49c1cb0258d9ce9 (diff)
minor fixes
Diffstat (limited to 'scripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py')
-rwxr-xr-xscripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py b/scripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py
index b630147b..5f89eaff 100755
--- a/scripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py
+++ b/scripts/automation/regression/unit_tests/functional_tests/pkt_bld_general_test.py
@@ -6,7 +6,6 @@ from nose.tools import assert_raises
from nose.tools import raises
import sys
import outer_packages
-from client_utils.packet_builder import *
class CGeneralPktBld_Test(object):