summaryrefslogtreecommitdiff
path: root/test/test_pta.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-04-29 09:54:55 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-04-29 09:54:55 +0200
commit4b79b253d268652a1ae7239b564aaff9c2871589 (patch)
tree9436545560fe8dccbb515b406204468e2d28e6ac /test/test_pta.py
parent4f43ceed98bc8f929facfd6c17f394de8ca1a588 (diff)
Use relative module paths. PYTHONPATH=lib bin/... is no longer needed
Diffstat (limited to 'test/test_pta.py')
-rwxr-xr-xtest/test_pta.py2
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