From 26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 26 Jul 2010 11:57:29 -0400 Subject: This patch removes the existing UI functionality, as a prep for adding the Javascript based ui. --- install/share/wsgi.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/share') 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 -- cgit