view py/gpio.py @ 295:424f1446f214

fix for updated aiohttp
author Matt Johnston <matt@ucc.asn.au>
date Sat, 06 Jul 2019 18:35:52 +0800
parents d9e81a563923
children
line wrap: on
line source

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