Add --no-color argument
[deliverable/lttng-analyses.git] / lttng-iolatencyfreq
index 1ebd6c849a9244dff02b5aad6f0b51d48f2101a7..c0f61b3051dc0740ee483027cd177d13dc6adbfc 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.runfreq()
+    io.runfreq()
This page took 0.023714 seconds and 5 git commands to generate.