lttng-adaptation-layer: add required header (since 2.6)
[lttng-docs.git] / contents / using-lttng / instrumenting / python-application.md
index d3ca7118be71c294468350c95c3e935ea716d7cb..5a887f2581911ab4564bc3f74be7b6f701718174 100644 (file)
@@ -12,6 +12,7 @@ Import the `lttngust` package in your Python application. For example:
 ~~~ python
 import lttngust
 import logging
+import time
 
 
 def example():
This page took 0.023774 seconds and 4 git commands to generate.