dal almost runs with python 3.3 but fails a test on 2.5
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ try:
|
||||
except ImportError:
|
||||
try:
|
||||
from .aes import AES
|
||||
except ImportError:
|
||||
except (ImportError, ValueError):
|
||||
from contrib.aes import AES
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user