dal almost runs with python 3.3 but fails a test on 2.5

This commit is contained in:
mdipierro
2012-10-23 11:30:02 -05:00
parent 3d6be9a383
commit 90bcc9b08b
4 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ try:
except ImportError:
try:
from .aes import AES
except ImportError:
except (ImportError, ValueError):
from contrib.aes import AES
try: