bt2: clean available `bt2` package names
[babeltrace.git] / tests / bindings / python / bt2 / test_plugin.py
index 68400ccbe7e2d4169eb25998502e54f68d3e73b3..e37e5ee67b2cc1f62ee685ad4856907c233aaf45 100644 (file)
@@ -18,7 +18,6 @@
 
 import unittest
 import bt2
-import bt2.plugin
 import os
 
 
@@ -81,7 +80,6 @@ class FindPluginTestCase(unittest.TestCase):
 
     def test_find_existing(self):
         plugin = bt2.find_plugin('ctf', find_in_user_dir=False, find_in_sys_dir=False)
-        self.assertIsInstance(plugin, bt2.plugin._Plugin)
 
 
 class PluginTestCase(unittest.TestCase):
This page took 0.02339 seconds and 4 git commands to generate.