1
0
forked from VimPlug/jedi

Making it nicer

Fixed typo in docstring and added some comments in find_module_py33

Removed a test that is not compatible with python 3.3

Better variable names in find_module implementation(s)

Removed variable assignation in favor of direct return statement
This commit is contained in:
Aldo Stracquadanio
2013-03-27 00:19:39 +00:00
parent 0b67a08e48
commit 124595de6e
2 changed files with 24 additions and 33 deletions

View File

@@ -89,12 +89,3 @@ def huhu(db):
"""
#? sqlite3.Connection()
db
# -----------------
# various regression tests
# -----------------
#62
import threading
#? ['_Verbose', '_VERBOSE']
threading._Verbose