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-Tag: v2.0.0-pre4~58 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=ba298bdccdcb65bf658ed961d3bf322f0eda1ada 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 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 *