mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-10 18:00:12 +01:00
Merge pull request #86 from RobSullivan/master
Python3.5 syntax changes
This commit is contained in:
commit
f1d62380c9
@ -3,7 +3,7 @@
|
||||
from datetime import datetime
|
||||
try:
|
||||
from Crypto.Cipher import AES
|
||||
except ImportError, e:
|
||||
except ImportError as e:
|
||||
import pyaes
|
||||
|
||||
import time
|
||||
|
Loading…
Reference in New Issue
Block a user