summaryrefslogtreecommitdiff
path: root/tests/pkgs/forbiddenapp
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-11-14 22:15:57 -0600
committerMichael Merickel <michael@merickel.org>2018-11-14 22:15:57 -0600
commit2f8ede09e52162e475aececf587b21e96a2b1a79 (patch)
treeb14ed0c012654af2b2a19d4043895816cb7021af /tests/pkgs/forbiddenapp
parent78dcc6dff88829831ead187804ac9233eafab52e (diff)
downloadpyramid-2f8ede09e52162e475aececf587b21e96a2b1a79.tar.gz
pyramid-2f8ede09e52162e475aececf587b21e96a2b1a79.tar.bz2
pyramid-2f8ede09e52162e475aececf587b21e96a2b1a79.zip
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Diffstat (limited to 'tests/pkgs/forbiddenapp')
-rw-r--r--tests/pkgs/forbiddenapp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgs/forbiddenapp/__init__.py b/tests/pkgs/forbiddenapp/__init__.py
index 9ebf62a9d..31ea4dd52 100644
--- a/tests/pkgs/forbiddenapp/__init__.py
+++ b/tests/pkgs/forbiddenapp/__init__.py
@@ -1,6 +1,6 @@
from webob import Response
from pyramid.httpexceptions import HTTPForbidden
-from pyramid.compat import bytes_
+from pyramid.util import bytes_
def x_view(request): # pragma: no cover