Rename errors2.py to errors.py. Modify all affected files.

This commit is contained in:
Pavel Zuna
2009-04-23 10:29:14 -04:00
committed by Rob Crittenden
parent 596d410471
commit 7d0bd4b895
46 changed files with 265 additions and 265 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ import logging
import time
import krbV
import socket
from ipalib import errors2
from ipalib import errors
def get_current_principal():
@@ -36,7 +36,7 @@ def get_current_principal():
return unicode(krbV.default_context().default_ccache().principal().name)
except krbV.Krb5Error:
#TODO: do a kinit?
raise errors2.CCacheError()
raise errors.CCacheError()
def get_fqdn():
fqdn = ""