From 5782b882a725a0a626630cd361c6c4d3455449be Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 2 Nov 2009 14:16:27 -0700 Subject: ipa-server-install now renders UI assets --- ipaserver/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ipaserver/__init__.py') diff --git a/ipaserver/__init__.py b/ipaserver/__init__.py index 678120b87..1b6225536 100644 --- a/ipaserver/__init__.py +++ b/ipaserver/__init__.py @@ -39,10 +39,11 @@ except ImportError: pass - -# This module is from paste: +# START code from paste +# Red Hat does not hold the copyright to the following code. The following code +# is from paste: # http://pythonpaste.org/ -# Which in turn was based on Robert Brewer's: +# Which in turn was based on Robert Brewer's modpython_gateway: # http://projects.amor.org/misc/svn/modpython_gateway.py class InputWrapper(object): @@ -185,7 +186,7 @@ class Handler(object): self.started = True self.request.write(data) -# END module from paste +# END code from paste def adapter(req, app): -- cgit