1
0
forked from VimPlug/jedi

change the implementation of compiled.load_module and always use the sys.modules cache after an import, because it's easier. Doesn't require any logic.

This commit is contained in:
Dave Halter
2014-06-25 18:46:51 +02:00
parent e5efd6e5c8
commit 47205dd7f3
4 changed files with 50 additions and 31 deletions

View File

@@ -114,3 +114,12 @@ def huhu(db):
"""
#? sqlite3.Connection()
db
# -----------------
# hashlib
# -----------------
import hashlib
#? ['md5']
hashlib.md5