diff options
| -rw-r--r-- | repoze/bfg/wsgi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/wsgi.py b/repoze/bfg/wsgi.py index 9e524ce6f..a74ccecca 100644 --- a/repoze/bfg/wsgi.py +++ b/repoze/bfg/wsgi.py @@ -2,9 +2,9 @@ from cgi import escape try: from functools import wraps -except ImportError: +except ImportError: #pragma NO COVERAGE # < 2.5 - from repoze.bfg.functional import wraps + from repoze.bfg.functional import wraps #pragma NO COVERAGE from repoze.bfg.traversal import quote_path_segment |
