diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-04-29 09:54:55 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-04-29 09:54:55 +0200 |
commit | 4b79b253d268652a1ae7239b564aaff9c2871589 (patch) | |
tree | 9436545560fe8dccbb515b406204468e2d28e6ac /test/test_codegen.py | |
parent | 4f43ceed98bc8f929facfd6c17f394de8ca1a588 (diff) |
Use relative module paths. PYTHONPATH=lib bin/... is no longer needed
Diffstat (limited to 'test/test_codegen.py')
-rwxr-xr-x | test/test_codegen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_codegen.py b/test/test_codegen.py index fb0d387..981117b 100755 --- a/test/test_codegen.py +++ b/test/test_codegen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 -from automata import PTA -from codegen import get_simulated_accountingmethod +from dfatool.automata import PTA +from dfatool.codegen import get_simulated_accountingmethod import unittest example_json_1 = { |