From b2ffb45adc85e3f83645cd02024df2e7ac50e9d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 15 Sep 2017 21:48:54 -0400 Subject: [PATCH] Python bt2 fix: _ClockValue is no longer part of bt2.clock_class MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- bindings/python/bt2/bt2/__init__.py.in | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/bt2/bt2/__init__.py.in b/bindings/python/bt2/bt2/__init__.py.in index f12d9553..b86fe750 100644 --- a/bindings/python/bt2/bt2/__init__.py.in +++ b/bindings/python/bt2/bt2/__init__.py.in @@ -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 * -- 2.34.1