diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-18 17:19:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-18 17:19:22 -0500 |
commit | 000d2844fd93d8c35fc74d22588291e7c7d742fa (patch) | |
tree | ea71d812190e0b392f851fc13418b45964a2fae3 /pyinst.py | |
parent | 3014ee47979c99267c51f3ada40758f1a7783eb1 (diff) | |
download | hypervideo-pre-000d2844fd93d8c35fc74d22588291e7c7d742fa.tar.lz hypervideo-pre-000d2844fd93d8c35fc74d22588291e7c7d742fa.tar.xz hypervideo-pre-000d2844fd93d8c35fc74d22588291e7c7d742fa.zip |
change pycryptodomex to pycryptodome
Diffstat (limited to 'pyinst.py')
-rw-r--r-- | pyinst.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ def pycryptodome_module(): try: import Crypto # noqa: F401 print('WARNING: Using Crypto since Cryptodome is not available. ' - 'Install with: pip install pycryptodomex', file=sys.stderr) + 'Install with: pip install pycryptodome', file=sys.stderr) return 'Crypto' except ImportError: pass |