From: Jérémie Galarneau Date: Sat, 16 Sep 2017 01:48:54 +0000 (-0400) Subject: Python bt2 fix: _ClockValue is no longer part of bt2.clock_class X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b2ffb45adc85e3f83645cd02024df2e7ac50e9d8;p=deliverable%2Fbabeltrace.git Python bt2 fix: _ClockValue is no longer part of bt2.clock_class Signed-off-by: Jérémie Galarneau --- diff --git a/bindings/python/bt2/bt2/__init__.py.in b/bindings/python/bt2/bt2/__init__.py.in index f12d95534..b86fe7507 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 *