Drop support for EOL Python 2.6

This commit is contained in:
Hugo
2018-01-07 10:40:05 +02:00
parent 0334918d73
commit 7c31ea9042
19 changed files with 13 additions and 82 deletions
-2
View File
@@ -403,8 +403,6 @@ def test_func():
x
# python >= 2.7
# Set literals are not valid in 2.6.
#? int()
tuple({1})[0]