Files
scikit-image/doc/tools
Tony S Yu f763b6ce3c Fix import in apigen.py, which fails when other scikits are present.
__import__ can get confused about which scikits path to import when multiple scikits are present on a system.

Note that `root_module` is no longer an attribute of `ApiDocWriter` (it wasn't being used anywhere), and it now points to "scikits.image" instead of "scikits".
2011-07-15 20:14:15 +02:00
..