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: