view py/gpio.py @ 267:08c3cf3d0ded

fix wrong date format. how'd that slip in.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 11 Aug 2015 22:19:29 +0800
parents d9e81a563923
children
line wrap: on
line source

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