Rename the ctf class to CTFReader
[babeltrace.git] / bindings / python / examples / babeltrace_and_lttng.py
index cfd611f68b24417de8e3f5e2033913146127e711..3a99b1fbae2af1ad3eca68b725cda34553361c04 100644 (file)
@@ -105,7 +105,7 @@ if ret is None:
 
 # Iterator setup
 bp = babeltrace.IterPos(babeltrace.SEEK_BEGIN)
-ctf_it = babeltrace.ctf.Iterator(ctx,bp)
+ctf_it = babeltrace.CTFReader.Iterator(ctx,bp)
 
 # Reading events from trace
 # and outputting timestamps and event names
This page took 0.022846 seconds and 4 git commands to generate.