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 --- test/test_pta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pta.py') 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 -- cgit v1.2.3