From 334ba2e79f64786fd3918a32bcbe68e4bf1182b0 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 21 Jan 2013 06:05:07 -0500 Subject: Remove unused imports from ipaserver/install Part of the work for: https://fedorahosted.org/freeipa/ticket/2660 --- ipaserver/install/plugins/rename_managed.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ipaserver/install/plugins/rename_managed.py') diff --git a/ipaserver/install/plugins/rename_managed.py b/ipaserver/install/plugins/rename_managed.py index 99dac8148..c83e8a8a2 100644 --- a/ipaserver/install/plugins/rename_managed.py +++ b/ipaserver/install/plugins/rename_managed.py @@ -17,11 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from ipaserver.install.plugins import PRE_UPDATE, POST_UPDATE, FIRST, LAST -from ipaserver.install.plugins import PRE_UPDATE, POST_UPDATE, FIRST, LAST +from ipaserver.install.plugins import FIRST, LAST from ipaserver.install.plugins.baseupdate import PreUpdate, PostUpdate -from ipalib.frontend import Updater -from ipaserver.install.plugins import baseupdate from ipalib import api, errors from ipapython import ipautil from ipapython.dn import DN, EditableDN -- cgit