Searched refs:imp_name (Results 1 – 2 of 2) sorted by relevance
85 def probably_a_local_import(self, imp_name): argument86 if imp_name.startswith("."):89 imp_name = imp_name.split(".", 1)[0]91 base_path = join(base_path, imp_name)
85 def probably_a_local_import(self, imp_name): argument86 if imp_name.startswith(u"."):89 imp_name = imp_name.split(u".", 1)[0]91 base_path = join(base_path, imp_name)