micropython

Change of test.py

35:dc9b0b8fa3af
test.py
     1.1 --- a/test.py	Tue Feb 05 01:11:36 2008 +0100
     1.2 +++ b/test.py	Tue Feb 05 23:54:52 2008 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4      for i, x in enumerate(importer.get_image()):
     1.5          print i, x
     1.6  
     1.7 -i = micropython.Importer(sys.path)
     1.8 +i = micropython.Importer(sys.path, "-v" in sys.argv)
     1.9  if len(sys.argv) < 2:
    1.10      m = i.load("micropython")
    1.11      #m = i.load_from_file("micropython/__init__.py")