1
0
forked from VimPlug/jedi

Remove a Python 2 file

This commit is contained in:
Dave Halter
2020-07-02 01:30:34 +02:00
parent 07fc1ef837
commit e597dcc8fd

View File

@@ -1,11 +0,0 @@
"""
Some special cases of Python 2.
"""
# python <= 2.7
# print is syntax:
print 1
print(1)
#! 6 name-error
print NOT_DEFINED