forked from VimPlug/jedi
Prepare a test for #1479
This commit is contained in:
@@ -18,7 +18,7 @@ else:
|
||||
eval(compile("""def exec_(source, global_map):
|
||||
exec source in global_map """, 'blub', 'exec'))
|
||||
|
||||
if py_version > 34:
|
||||
if py_version > 35:
|
||||
import typing
|
||||
else:
|
||||
typing = None
|
||||
|
||||
Reference in New Issue
Block a user