forked from VimPlug/jedi
Better scanning for module names, now includes namespace packages and stubs
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user