Python modulefinder Functions
EditRocket provides the following information on modulefinder functions in the Python source code builder.
AddPackagePath(pkg_name, path) - Record that the package named pkg_name can be found in the specified path.
ReplacePackage(oldname, newname) - Allows specifying that the module named oldname is in fact the package named newname.