log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
templog
annotate py/gpio.py @ 527:
dd8895652485
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
porting to asyncio
author
Matt Johnston <matt@ucc.asn.au>
date
Fri, 20 Mar 2015 20:12:25 +0800
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
527
dd8895652485
porting to asyncio
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
1
try
:
dd8895652485
porting to asyncio
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
2
from
gpio_rpi
import
*
dd8895652485
porting to asyncio
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
3
except
ImportError
:
dd8895652485
porting to asyncio
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
4
from
gpio_test
import
*