1
0
forked from VimPlug/jedi

Better scanning for module names, now includes namespace packages and stubs

This commit is contained in:
Dave Halter
2019-05-18 00:11:08 +02:00
parent 8e3f85c475
commit 0fb5fd271a
5 changed files with 36 additions and 28 deletions

View File

@@ -108,9 +108,6 @@ def warning(message, *args, **kwargs):
debug_function('RED', i + 'warning: ' + message)
error = warning # Just for compatibility with logging.
def speed(name):
if debug_function and enable_speed:
now = time.time()