view py/gpio.py @ 530:73257bae83ea

fix a few python3 issues
author Matt Johnston <matt@ucc.asn.au>
date Sat, 11 Apr 2015 00:16:05 +0800
parents dd8895652485
children
line wrap: on
line source

try:
	from gpio_rpi import *
except ImportError:
	from gpio_test import *