Skip to content

Commit

Permalink
Merge pull request #16 from kellerjustin/patch-1
Browse files Browse the repository at this point in the history
fixes escape module import
  • Loading branch information
frispete committed Feb 5, 2021
2 parents 85b7735 + 9d4d32b commit 57bea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyrings/cryptfile/convert.py
Expand Up @@ -12,7 +12,7 @@
import configparser

from keyrings.cryptfile.cryptfile import CryptFileKeyring
from keyrings.cryptfile._escape import escape, unescape
from keyrings.cryptfile.escape import escape, unescape

NOTE = """\
Note: no effort has been made to replace the original keyring file.
Expand Down

0 comments on commit 57bea82

Please sign in to comment.