diff options
Diffstat (limited to 'test/test_pta.py')
-rwxr-xr-x | test/test_pta.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pta.py b/test/test_pta.py index cf8bce4..9f0778d 100755 --- a/test/test_pta.py +++ b/test/test_pta.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -from automata import PTA +from dfatool.automata import PTA import unittest import yaml |