summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-07-26 11:57:29 -0400
committerRob Crittenden <rcritten@redhat.com>2010-07-29 10:44:56 -0400
commit26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2 (patch)
treef2e3084e28fb490477b9336bd3a0cfd7dffea3b2 /install/share
parentfd1ff372dce5122f8bc3f7be7b144a92ec1f1bae (diff)
downloadfreeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.tar.gz
freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.tar.xz
freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.zip
This patch removes the existing UI functionality, as a prep for adding the Javascript based ui.
Diffstat (limited to 'install/share')
-rw-r--r--install/share/wsgi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/share/wsgi.py b/install/share/wsgi.py
index e1c2c7332..f6b99a2dc 100644
--- a/install/share/wsgi.py
+++ b/install/share/wsgi.py
@@ -10,8 +10,6 @@ except StandardError, e:
api.log.error('Failed to start IPA: %s' % e)
else:
api.log.info('*** PROCESS START ***')
- import ipawebui
- ui = ipawebui.create_wsgi_app(api)
# This is the WSGI callable:
application = api.Backend.session