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. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4c2b0e881..91f75910e 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,6 @@ setup( 'ipaserver', 'ipaserver.plugins', 'ipaserver.install', - 'ipawebui', ], scripts=['ipa'], data_files = [('share/man/man1', ["ipa.1"])], -- cgit