]> granicus.if.org Git - python/commit
Moved all the imports to the top.
authorFred Drake <fdrake@acm.org>
Fri, 19 Nov 1999 21:57:56 +0000 (21:57 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 19 Nov 1999 21:57:56 +0000 (21:57 +0000)
commit995285e39211523e91f3582b3c8adca77164a873
tree77df465c86cdbde28e97b9dff154c81fa32b5cc3
parentd81b1b0ffa741402ff92f23e6c452dc69534ad16
Moved all the imports to the top.

Use the methods on the AST object instead of module-level functions;
these have been implemented for a couple of versions now, and are
already used in the module documentation in preference to the
functions.
Demo/parser/example.py