python: move exception types out of __init__.py
[babeltrace.git] / src / bindings / python / bt2 / bt2 / component.py
index 7f907cc9beee92e1f7e9ce96a3ec5805d994eccd..9deb5721955428a23b15fa096b7813479242c3c5 100644 (file)
@@ -16,6 +16,10 @@ import sys
 import bt2
 
 
+class _IncompleteUserClass(Exception):
+    pass
+
+
 # This class wraps a component class pointer. This component class could
 # have been created by Python code, but since we only have the pointer,
 # we can only wrap it in a generic way and lose the original Python
This page took 0.023822 seconds and 4 git commands to generate.