Finish work replacing the errors module with errors2

Once this is committed we can start the process of renaming errors2 as errors.
I thought that combinig this into one commit would be more difficult to
review.
This commit is contained in:
Rob Crittenden
2009-04-20 13:58:26 -04:00
parent a9387b48e6
commit 64fa3dd4c3
15 changed files with 350 additions and 854 deletions

View File

@@ -26,7 +26,7 @@ try:
from ipapython import entity, ipautil, config
from ipaserver.install import installutils
from ipaserver.install.ldapupdate import LDAPUpdate, BadSyntax, UPDATES_DIR
from ipalib import errors, errors2
from ipalib import errors2
import ldap
import logging
import re