From 682ce67b73453809237532a7ce2feee07f2900d5 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 17 Jun 2023 19:33:32 +0200 Subject: drop deprecated wsgitools.adapters --- wsgitools/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'wsgitools/__init__.py') diff --git a/wsgitools/__init__.py b/wsgitools/__init__.py index 13aaab9..784baef 100644 --- a/wsgitools/__init__.py +++ b/wsgitools/__init__.py @@ -11,6 +11,4 @@ The toolbox provides: in L{wsgitools.middlewares} - digest authentication (RFC2617) in L{wsgitools.digest} - servers for the scgi protocol in L{wsgitools.scgi} - - adapter classes for an interface that might in distant future be the second - version of wsgi in L{wsgitools.adapters} """ -- cgit v1.2.3