Searched refs:imp (Results 1 – 2 of 2) sorted by relevance
48 def matches(self, imp): argument50 if imp.startswith(d):229 for imp in imports:230 if dep.matches(imp):232 % (filename, pkg, imp))
19 import imp954 info = imp.find_module("releasetools", [path])960 info = imp.find_module(f, [d])962 self.module = imp.load_module("device_specific", *info)