PythonDoc Ant Task

Fredrik Lundh fredrik at pythonware.com
Thu Jun 1 09:41:10 EDT 2006


"abcd" wrote:

> class Bar:
>    global javax.swing
>    import javax.swing
> [/code]
>
> ....so it seems that pydoc cant giggity-giggit!

"global javax.swing" is not valid Python syntax.  what is that global/import combo
supposed to do, and what environment do you run this under ?

</F> 






More information about the Python-list mailing list