Skip to content

Commit

Permalink
fixe Aurora.py sys import
Browse files Browse the repository at this point in the history
  • Loading branch information
igierard committed Mar 24, 2020
1 parent 1a70f4b commit cd7a03b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Aurora.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
MIT Licensed
"""
import sys


from blinkytape import BlinkyTape
from time import sleep
from xml.etree import ElementTree
import sys
if (sys.version_info > (3, 0)):
import urllib.request as requestlib
else:
Expand Down

0 comments on commit cd7a03b

Please sign in to comment.