diff options
| author | Michael Merickel <michael@merickel.org> | 2018-11-12 23:19:06 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-11-12 23:19:06 -0600 |
| commit | 4cb6a965f7e8ce44ef609436f314b56119131f73 (patch) | |
| tree | 4413959a30c4367220d6e57608e06739d12d2f8b /tests/test_session.py | |
| parent | b1a257bacc1c4ac2c1401ed02c51d9c6c03685d2 (diff) | |
| download | pyramid-4cb6a965f7e8ce44ef609436f314b56119131f73.tar.gz pyramid-4cb6a965f7e8ce44ef609436f314b56119131f73.tar.bz2 pyramid-4cb6a965f7e8ce44ef609436f314b56119131f73.zip | |
get rid of pickle alias
Diffstat (limited to 'tests/test_session.py')
| -rw-r--r-- | tests/test_session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_session.py b/tests/test_session.py index f7e7bab05..8e5e82bb2 100644 --- a/tests/test_session.py +++ b/tests/test_session.py @@ -1,8 +1,8 @@ import base64 import json +import pickle import unittest from pyramid import testing -from pyramid.compat import pickle class SharedCookieSessionTests(object): |
