X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py.in;h=1bebfd4e0ab2cc0171cb6739e55cfdc4d4918bf5;hb=c6af194f4d5f4478fbd14a019e41cff93f9c207e;hp=f80cf658622ed876a13942d9f416449d1698b4de;hpb=662514648ee42c5c45fe27a0d4702ef825eb4b16;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/__init__.py.in b/src/bindings/python/bt2/bt2/__init__.py.in index f80cf658..1bebfd4e 100644 --- a/src/bindings/python/bt2/bt2/__init__.py.in +++ b/src/bindings/python/bt2/bt2/__init__.py.in @@ -62,6 +62,8 @@ from bt2.trace_collection_message_iterator import * from bt2.value import * from bt2.value import _Value from bt2.value import _IntegerValue +from bt2.clock_snapshot import _UnknownClockSnapshot +from bt2.clock_snapshot import _InfiniteClockSnapshot class Error(Exception):