summaryrefslogtreecommitdiffstats
path: root/ipalib/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r--ipalib/backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py
index 7bd9a29f..03dae1ce 100644
--- a/ipalib/backend.py
+++ b/ipalib/backend.py
@@ -23,7 +23,7 @@ Base classes for all backed-end plugins.
import threading
import plugable
-from errors2 import PublicError, InternalError, CommandError
+from errors import PublicError, InternalError, CommandError
from request import context, Connection, destroy_context