cli: refactor progress indication
[deliverable/lttng-analyses.git] / lttng-iolatencytop
index c1192d93bc39adfc2f38a1f8456e6b41862959b4..e185c3a17f7b25f77bfe40877336823829f86571 100755 (executable)
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-import sys
-
-sys.path += ['linuxautomaton', 'lttnganalyses', 'lttnganalysescli']
-
-import lttnganalysescli.io
+from lttnganalyses.cli import io
 
 
 if __name__ == '__main__':
-    lttnganalysescli.io.runlatencytop()
+    io.runlatencytop()
This page took 0.025157 seconds and 5 git commands to generate.