diff options
| author | Jakub Hrozek <jhrozek@redhat.com> | 2010-12-19 23:18:29 +0100 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2010-12-20 10:46:37 -0500 |
| commit | d7d77a749c715a48c7ffd48a73459406f4c53cfd (patch) | |
| tree | ec6f1e33c5e43fb5fbcd1d4de5b343edd4eec9fc | |
| parent | a1a8e7c13834d720ac9b8d597fc7dda9cda9cb65 (diff) | |
import NSPRError in host.py
| -rw-r--r-- | ipalib/plugins/host.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 9b9ac4b43..393a31298 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -73,6 +73,7 @@ EXAMPLES: import platform import os import sys +from nss.error import NSPRError from ipalib import api, errors, util from ipalib import Str, Flag, Bytes |
