# HG changeset patch # User Paul Boddie # Date 1340926850 -7200 # Node ID fb3ccb8ebc1684e4b60ca3aef57c3ae1014680a8 # Parent a18af4a45b7466e123591998856bebf196f7fb93 Added missing import. diff -r a18af4a45b74 -r fb3ccb8ebc16 micropython/types.py --- a/micropython/types.py Fri Jun 29 01:11:02 2012 +0200 +++ b/micropython/types.py Fri Jun 29 01:40:50 2012 +0200 @@ -19,6 +19,8 @@ this program. If not, see . """ +import sys + try: set except NameError: