Remove temporary mitest files
[deliverable/lttng-analyses.git] / lttng-memtop
index 03dd9762a62c157cdeac76632783b05ec1371ab7..c33119fb3b51515ea5f910a83b97017009a045a9 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.memtop
+from lttnganalyses.cli import memtop
 
 
 if __name__ == '__main__':
-    lttnganalysescli.memtop.run()
+    memtop.run()
This page took 0.023798 seconds and 5 git commands to generate.