diff options
Diffstat (limited to 'tests/test_threadlocal.py')
| -rw-r--r-- | tests/test_threadlocal.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_threadlocal.py b/tests/test_threadlocal.py index 487c7f4f2..609041882 100644 --- a/tests/test_threadlocal.py +++ b/tests/test_threadlocal.py @@ -1,6 +1,7 @@ -from pyramid import testing import unittest +from pyramid import testing + class TestThreadLocalManager(unittest.TestCase): def setUp(self): |
