PY-17941 Fix ranking of resolve results: don't skip empty modules, prefer real files to "__all__"

Test PyBinaryModuleCompletionTest#testPySideImport failed without
special rule regarding references in "__all__".
This commit is contained in:
Mikhail Golubev
2015-12-14 15:19:56 +03:00
parent 3700658c6d
commit 53dc593206
4 changed files with 16 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
import re
<ref>