r45635 / HVAC-IR-Control

Ir Send - Updated for HVAC Mitsubishi & Panasonic IR
GNU General Public License v3.0
246 stars 89 forks source link

Fixed Python3 support (xrange to range) #25

Closed pesaventofilippo closed 6 years ago

pesaventofilippo commented 6 years ago

In Python3 there's not xrange function, so I put the "range" function that does basically the same as xrange, but it's both Python2 and Python3 compatible.