Fix: test lines too long
[deliverable/lttng-analyses.git] / lttng-irqlog
index 1ed68824d122281220501b5041146c45ba17cd45..54d6f82d1dc0b3636d72a0581c6c002f0ad3ef5b 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.irq
+from lttnganalyses.cli import irq
 
 
 if __name__ == '__main__':
-    lttnganalysescli.irq.runlog()
+    irq.runlog()
This page took 0.022977 seconds and 5 git commands to generate.