From 3052d0b41bd06314b0b1f1c78e9977b8174f637a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 1 Nov 2009 00:34:50 +0000 Subject: - The ``repoze.bfg.functional`` module was renamed to ``repoze.bfg.compat``. --- repoze/bfg/wsgi.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'repoze/bfg/wsgi.py') diff --git a/repoze/bfg/wsgi.py b/repoze/bfg/wsgi.py index cb68567ba..10d067901 100644 --- a/repoze/bfg/wsgi.py +++ b/repoze/bfg/wsgi.py @@ -1,9 +1,4 @@ -try: - from functools import wraps -except ImportError: #pragma NO COVERAGE - # < 2.5 - from repoze.bfg.functional import wraps #pragma NO COVERAGE - +from repoze.bfg.compat import wraps from repoze.bfg.traversal import quote_path_segment def wsgiapp(wrapped): -- cgit v1.2.3