fix a little problem with import keyword autocompletion

This commit is contained in:
David Halter
2013-01-14 22:35:32 +01:00
parent 35e55fab25
commit f3f7eacae3
2 changed files with 1 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ import datetime.
#? []
import datetime.date
#? 18 ['mod1', 'random', 'pkg', 'rename1', 'rename2']
#? 18 ['mod1', 'random', 'pkg', 'rename1', 'rename2', 'import']
from import_tree. import pkg
#? 18 ['pkg']