aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_language_actions.py')
-rw-r--r--test/test_language_actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_language_actions.py b/test/test_language_actions.py
index b0d97887..3ead141a 100644
--- a/test/test_language_actions.py
+++ b/test/test_language_actions.py
@@ -5,7 +5,7 @@ from libpathod import language
def parse_request(s):
- return language.parse_pathoc(s)[0]
+ return language.parse_pathoc(s).next()
def test_unique_name():