python-application: missing import in Python example
authorJérémie Galarneau <jeremie.galarneau@gmail.com>
Thu, 12 Nov 2015 15:05:51 +0000 (10:05 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 20 Nov 2015 16:45:20 +0000 (11:45 -0500)
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.031943 seconds and 4 git commands to generate.