diff options
Diffstat (limited to 'ipalib/request.py')
-rw-r--r-- | ipalib/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/request.py b/ipalib/request.py index 5a6baba42..9484be58f 100644 --- a/ipalib/request.py +++ b/ipalib/request.py @@ -25,7 +25,7 @@ Per-request thread-local data. import threading from ipalib.base import ReadOnly, lock -from ipalib.constants import OVERRIDE_ERROR, CALLABLE_ERROR +from ipalib.constants import CALLABLE_ERROR # Thread-local storage of most per-request information |