1
0
forked from VimPlug/jedi

most import completions work now, but some other tests don't

This commit is contained in:
David Halter
2012-07-16 20:40:05 +02:00
parent e779cc8c97
commit 45413a18b9
8 changed files with 201 additions and 35 deletions

View File

@@ -60,5 +60,11 @@ func_with_import().sleep
#? ['sqlite3']
import sqlite
#? ['time']
from datetime import
#? ['classes']
import classes
#? ['timedelta']
from datetime import timedelta
#? ['Cursor']
from sqlite3 import Cursor