diff options
| author | Arthur Vuillard <arthur.vuillard@gmail.com> | 2013-02-21 14:51:50 +0100 |
|---|---|---|
| committer | Arthur Vuillard <arthur.vuillard@gmail.com> | 2013-02-21 14:51:50 +0100 |
| commit | 525856b6ac300c5b6b0c5cbedbc8c4ce8ed3391e (patch) | |
| tree | 1934c5bd11719789b3f7b7af3f0d38cf2f4a6973 /tests/test_forms.py | |
| parent | 4726d0f6d899569589236ed1c07d4632eca745e5 (diff) | |
| download | webtest-525856b6ac300c5b6b0c5cbedbc8c4ce8ed3391e.tar.gz | |
Fix import in tests and python3
Diffstat (limited to 'tests/test_forms.py')
| -rw-r--r-- | tests/test_forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_forms.py b/tests/test_forms.py index 25012cf..b40c64b 100644 --- a/tests/test_forms.py +++ b/tests/test_forms.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from compat import unittest +from tests.compat import unittest import webtest from webtest.forms import NoValue |
