cf056f6c83
Major changes: - no more threads flavor, threads is now the default. - subpackage modules that depend on other packages instead of having largely redundant flavors (unless platform has no shared libs, then flavors count again) - shared libpython stuff disabled until someone can figure out why it makes Zope crash
5 lines
51 B
Python
Executable File
5 lines
51 B
Python
Executable File
#!/usr/bin/env python2.1
|
|
|
|
import pydoc
|
|
pydoc.cli()
|