Warn if ret field missing in syscall
[deliverable/lttng-analyses.git] / lttng-iousagetop
index 15b9574499735f9acd06fbca79c0083723d91782..823c0cbe8851840b61c0fed622c076d293fca317 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.runusage()
+    io.runusage()
This page took 0.022785 seconds and 5 git commands to generate.