@@ -17,7 +17,7 @@ if sys.argv[-1] == "publish":
required = ['clint>=0.2.1', 'github2', 'requests']
if sys.version_info[0:1] < (2, 6):
if sys.version_info[0:2] < (2, 6):
required.append('simplejson')
setup(
The note is not visible to the blocked user.