Tests: add unit tests for common/format_utils.py
[deliverable/lttng-analyses.git] / lttng-iolog
index 2e525000e2eaced0941bfe4b669c9474d9e44d10..6dbb2d597ad9cb9616c4c8da48bc2a3ae7befaa7 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.runlog()
+    io.runlog()
This page took 0.02567 seconds and 5 git commands to generate.