use crypodomeex to prevent clashes with the old pycrypto

This commit is contained in:
Andre Heider
2016-11-24 07:26:02 +01:00
parent 859b04bc37
commit 20681a0e28
4 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
import sys, os, os.path
import pywii as wii
from Crypto.Hash import SHA
from Cryptodome.Hash import SHA
wii.loadkeys()