Files
Andrey Vlasovskikh 6211427812 Resolve only to the first path entry if non-empty name for QualifiedNameResolver is provided (PY-18626)
Since we switched to multi-resolve for imported modules, we have to
modify the contract of QualifiedNameResolver so it doesn't return all
the results across all the paths, but rather stops on the first set
of results for a particular path in sys.path.
2016-04-21 20:17:59 +03:00

6 lines
34 B
Python