tests/bindings/python/bt2: remove unneeded `import` lines
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Jul 2019 18:02:58 +0000 (14:02 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Jul 2019 23:19:09 +0000 (19:19 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I05bb962fff357f362ee5d965dfc27d2eb5d58220
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1785
Tested-by: jenkins <jenkins@lttng.org>
tests/bindings/python/bt2/test_component.py
tests/bindings/python/bt2/test_field_class.py

index b61749ec58a28e0e54a6918f1fc7fb115429c139..e347d98160005521c2af1980ff8ef6845fee9cb4 100644 (file)
@@ -16,7 +16,6 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 
-from bt2 import value
 import unittest
 import copy
 import bt2
index b9b7a2f9919a4c55ac51bc0d4a835f9a99cc740c..4d56b467eb1c650c8ae9425d4103cf3cc61e5e83 100644 (file)
@@ -16,7 +16,6 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 
-import bt2.field
 import unittest
 import bt2
 import collections
This page took 0.027413 seconds and 4 git commands to generate.