From 4b79b253d268652a1ae7239b564aaff9c2871589 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 Apr 2020 09:54:55 +0200 Subject: Use relative module paths. PYTHONPATH=lib bin/... is no longer needed --- bin/workload.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/workload.py') diff --git a/bin/workload.py b/bin/workload.py index c78e9a8..6199394 100755 --- a/bin/workload.py +++ b/bin/workload.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 -from automata import PTA import sys -from utils import human_readable -from lex import TimedSequence, TimedWord, Workload +from dfatool.automata import PTA +from dfatool.utils import human_readable +from dfatool.lex import TimedSequence, TimedWord, Workload args = sys.argv[1:] -- cgit v1.2.3