Fix: update tests for --no-intersection
[deliverable/lttng-analyses.git] / lttng-iolatencyfreq
index 70c91d0b38aa00c7221f9b3d7a11fa4cd8d7602c..c0f61b3051dc0740ee483027cd177d13dc6adbfc 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.runfreq()
+    io.runfreq()
This page took 0.023059 seconds and 5 git commands to generate.