Set analysis version using version_utils string parser
[deliverable/lttng-analyses.git] / lttng-irqfreq
index 323f0984138f139983ec3330ed43c9fbd3f6dfe9..7b9744bf0a49a98cc567b856dce74ac7af12ce44 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.irq
+from lttnganalyses.cli import irq
 
 
 if __name__ == '__main__':
-    lttnganalysescli.irq.runfreq()
+    irq.runfreq()
This page took 0.026213 seconds and 5 git commands to generate.