forked from VimPlug/jedi
Making it possible for static analysis tests to be skipped if the python version doesn't match.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Some special cases of Python 2.
|
||||
"""
|
||||
# python <= 2.7
|
||||
|
||||
# print is syntax:
|
||||
print 1
|
||||
|
||||
Reference in New Issue
Block a user