From 91a63cce6203cb8d0cf956d9e30842db365500da Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 31 Jan 2013 06:59:35 -0500 Subject: Remove ipaserver/ipaldap.py In addition to removing the module, fix all places where it was imported. Preparation for: https://fedorahosted.org/freeipa/ticket/3446 --- tests/test_install/test_updates.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/test_install/test_updates.py b/tests/test_install/test_updates.py index dfd38d9e..ffd6ee6d 100644 --- a/tests/test_install/test_updates.py +++ b/tests/test_install/test_updates.py @@ -22,15 +22,14 @@ Test the `ipaserver/install/ldapupdate.py` module. import unittest import os -import sys import ldap + import nose from ipalib import api from ipalib import errors -from ipaserver.install.ldapupdate import LDAPUpdate, BadSyntax, UPDATES_DIR +from ipaserver.install.ldapupdate import LDAPUpdate, BadSyntax from ipaserver.install import installutils -from ipaserver import ipaldap -from ipapython import ipautil +from ipapython import ipautil, ipaldap from ipapython.dn import DN """ -- cgit