Home | History | Annotate | Download | only in tools

Lines Matching refs:pathname

575       (file, pathname, description) = imp.find_module('testcfg', [ self.path ])
576 module = imp.load_module('testcfg', file, pathname, description)