From 1785f70a19504efaa4edf6cfaf8ee2d74060a357 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 16 Feb 2016 20:59:33 +0100 Subject: fix all libpathod->pathod references --- test/pathod/test_language_actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/pathod/test_language_actions.py') diff --git a/test/pathod/test_language_actions.py b/test/pathod/test_language_actions.py index 755f0d85..1c404714 100644 --- a/test/pathod/test_language_actions.py +++ b/test/pathod/test_language_actions.py @@ -1,7 +1,7 @@ import cStringIO -from libpathod.language import actions -from libpathod import language +from pathod.language import actions +from pathod import language def parse_request(s): -- cgit v1.2.3