summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/upload_cacrt.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/plugins/upload_cacrt.py')
-rw-r--r--ipaserver/install/plugins/upload_cacrt.py3
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