Merge pull request #35 from mjeanson/master
[deliverable/lttng-analyses.git] / lttng-syscallstats
index 916f883226a5d0864733d79b73dc616e66ce193c..22447e9a1629e5d82d921d89fbeaa52ed03e2012 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.syscallstats
+from lttnganalyses.cli import syscallstats
 
 
 if __name__ == '__main__':
-    lttnganalysescli.syscallstats.run()
+    syscallstats.run()
This page took 0.023864 seconds and 5 git commands to generate.