Making it possible for static analysis tests to be skipped if the python version doesn't match.

This commit is contained in:
Dave Halter
2015-12-22 17:37:28 +01:00
parent 515d096d33
commit 6bad5a924b
4 changed files with 32 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
"""
Some special cases of Python 2.
"""
# python <= 2.7
# print is syntax:
print 1