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,6 @@ import socket
import nose
from ipalib import api, request
from ipalib import errors2
from ipalib import errors
# Initialize the API. We do this here so that one can run the tests
# individually instead of at the top-level. If API.bootstrap()