PythonDoc Ant Task

abcd codecraig at gmail.com
Thu Jun 1 09:10:03 EDT 2006


i found that the problem is because of an import, which is strange.
The imported module looks something like this

[code]
import time

class Foo:
    pass

class Bar:
    global javax.swing
    import javax.swing
[/code]

....so it seems that pydoc cant giggity-giggit!




More information about the Python-list mailing list