Python bt2 fix: _ClockValue is no longer part of bt2.clock_class
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 16 Sep 2017 01:48:54 +0000 (21:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 16 Sep 2017 01:49:41 +0000 (21:49 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/bt2/bt2/__init__.py.in

index f12d9553408455ad8a180d610cc92a3ab1231746..b86fe75071611efc2f99dab64357de1b218c78e2 100644 (file)
@@ -24,7 +24,6 @@ __version__ = '@PACKAGE_VERSION@'
 
 
 from bt2.clock_class import *
-from bt2.clock_class import _ClockValue
 from bt2.clock_class_priority_map import *
 from bt2.clock_value import *
 from bt2.component import *
This page took 0.026882 seconds and 5 git commands to generate.