Fix: use begin/end values from _analysis_conf for IO filtering
[deliverable/lttng-analyses.git] / lttng-iousagetop
index c19150f2fa5a4e52df8b57a04cd3b39a939bc76b..823c0cbe8851840b61c0fed622c076d293fca317 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # The MIT License (MIT)
 #
-# Copyright (C) 2015 - Julien Desfossez <jdesfosez@efficios.com>
+# Copyright (C) 2015 - Julien Desfossez <jdesfossez@efficios.com>
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # 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.runusage()
+    io.runusage()
This page took 0.023753 seconds and 5 git commands to generate.