X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py.in;h=49e02d4a3f296e30b9b0cbc7833cea831a9d6a97;hb=61d96b89a9c8b3b523558a3c007c2aaedaba2a55;hp=1e5b8ee38c848c5081260361df6f7bd0bcbd9d62;hpb=1eda2e7260a750e6cce4bf89ba09681510663ae9;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/__init__.py.in b/src/bindings/python/bt2/bt2/__init__.py.in index 1e5b8ee3..49e02d4a 100644 --- a/src/bindings/python/bt2/bt2/__init__.py.in +++ b/src/bindings/python/bt2/bt2/__init__.py.in @@ -126,8 +126,12 @@ def _init_and_register_exit(): import atexit atexit.register(_native_bt.bt2_cc_exit_handler) - version = (_native_bt.version_get_major(), _native_bt.version_get_minor(), - _native_bt.version_get_patch(), _native_bt.version_get_extra()) + version = ( + _native_bt.version_get_major(), + _native_bt.version_get_minor(), + _native_bt.version_get_patch(), + _native_bt.version_get_extra(), + ) _native_bt.bt2_cc_init_from_bt2()