Skip to content
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.

Commit

Permalink
Import configparser from custodia.compat
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed May 4, 2017
1 parent 428b0c7 commit 2601b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from __future__ import absolute_import

import base64
import configparser
import os

from cryptography import x509
Expand All @@ -18,6 +17,7 @@

import pytest

from custodia.compat import configparser
from custodia.ipa.certrequest import IPACertRequest
from custodia.ipa.interface import IPAInterface
from custodia.ipa.vault import IPAVault, krb5_unparse_principal_name
Expand Down

0 comments on commit 2601b34

Please sign in to comment.