micropython

Changeset

558:fb3ccb8ebc16
2012-06-29 Paul Boddie raw files shortlog changelog graph Added missing import.
micropython/types.py (file)
     1.1 --- a/micropython/types.py	Fri Jun 29 01:11:02 2012 +0200
     1.2 +++ b/micropython/types.py	Fri Jun 29 01:40:50 2012 +0200
     1.3 @@ -19,6 +19,8 @@
     1.4  this program.  If not, see <http://www.gnu.org/licenses/>.
     1.5  """
     1.6  
     1.7 +import sys
     1.8 +
     1.9  try:
    1.10      set
    1.11  except NameError: