# HG changeset patch # User Paul Boddie # Date 1275691625 -7200 # Node ID 6409cf41ace3be3cf1dbbd1a89e0e8fe0c488f9d # Parent 58b093e67a2eeabc6f9738ac63f4451337dd3408 Added null argument notation in order to actually support other arguments when processing the package itself. diff -r 58b093e67a2e -r 6409cf41ace3 test.py --- a/test.py Wed Jun 02 22:00:29 2010 +0200 +++ b/test.py Sat Jun 05 00:47:05 2010 +0200 @@ -43,7 +43,7 @@ p = micropython.cmd.get_program(path, args) i = p.get_importer() - if filename is None: + if filename is None or filename == "-": print "Loading module micropython ..." m = i.load("micropython") else: