diff options
Diffstat (limited to 'tests/test_i18n.py')
| -rw-r--r-- | tests/test_i18n.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_i18n.py b/tests/test_i18n.py index a830b8e0f..78891200d 100644 --- a/tests/test_i18n.py +++ b/tests/test_i18n.py @@ -1,13 +1,11 @@ # -*- coding: utf-8 -*- -# import os +import unittest +from pyramid import testing here = os.path.dirname(__file__) localedir = os.path.join(here, 'pkgs', 'localeapp', 'locale') -import unittest -from pyramid import testing - class TestTranslationString(unittest.TestCase): def _makeOne(self, *arg, **kw): |
