32
32
def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]):
34
34
path = [os.path.dirname(os.__file__)] # only python std lib
35
modulefinder.ModuleFinder.__init__(self, path, debug, excludes,
36
self, path, debug, excludes, replace_paths)
38
38
def run_package(self, package_path):
39
39
"""Recursively process each module in package with run_script method.