diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2016-11-23 15:40:21 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-11-29 14:50:51 +0100 |
| commit | a2c58889735c794cd1e93331c755b6f9ba273773 (patch) | |
| tree | 370e043cb04389de15875b6e22360c29c4243446 /ipaserver/install/plugins | |
| parent | 528012fe8a8976961203021ef36353b7a4c3b8a8 (diff) | |
| download | freeipa-a2c58889735c794cd1e93331c755b6f9ba273773.tar.gz freeipa-a2c58889735c794cd1e93331c755b6f9ba273773.tar.xz freeipa-a2c58889735c794cd1e93331c755b6f9ba273773.zip | |
ipalib: move certstore to the install subpackage
The certstore module depends on ipaplatform.
Move it to ipalib.install, as it is used only from installers.
https://fedorahosted.org/freeipa/ticket/6474
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver/install/plugins')
| -rw-r--r-- | ipaserver/install/plugins/upload_cacrt.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ipaserver/install/plugins/upload_cacrt.py b/ipaserver/install/plugins/upload_cacrt.py index 931611598..1a78108a0 100644 --- a/ipaserver/install/plugins/upload_cacrt.py +++ b/ipaserver/install/plugins/upload_cacrt.py @@ -17,8 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +from ipalib.install import certstore from ipaserver.install import certs -from ipalib import Registry, errors, certstore +from ipalib import Registry, errors from ipalib import Updater from ipapython import certdb from ipapython.dn import DN |
