bt2: move common internal functions to their own files
[babeltrace.git] / src / bindings / python / bt2 / bt2 / __init__.py
index 078ab0d05127858c88135fdfb52fadcbde15c5c9..d6e3ab2bb5c7741a1d5c9003dfc2f5ea11d68faf 100644 (file)
@@ -189,8 +189,8 @@ def _init_and_register_exit():
     from bt2 import native_bt
     import atexit
 
-    atexit.register(native_bt.bt2_cc_exit_handler)
-    native_bt.bt2_cc_init_from_bt2()
+    atexit.register(native_bt.bt2_exit_handler)
+    native_bt.bt2_init_from_bt2()
 
 
 _init_and_register_exit()
This page took 0.022783 seconds and 4 git commands to generate.