big fix for completion of imported names (PY-866)

This commit is contained in:
Dmitry Jemerov
2010-04-21 20:26:47 +04:00
parent ffe03c7a10
commit c9062abffb
5 changed files with 15 additions and 1 deletions
@@ -0,0 +1,3 @@
import someModule
class C(someModule.Xyzzy): pass