summaryrefslogtreecommitdiff
path: root/bin/workload.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/workload.py')
-rwxr-xr-xbin/workload.py6
1 files changed, 3 insertions, 3 deletions
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:]