Remove debug expression I shouldn't have committed.

This commit is contained in:
Valentin Lorentz 2016-02-23 19:11:47 +00:00
parent 78cf550674
commit b34ee949cb
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ setup(
)
if sys.version_info < (2, 7, 9) or True:
if sys.version_info < (2, 7, 9):
sys.stderr.write('+-----------------------------------------------------+\n')
sys.stderr.write('| Running Limnoria on Python versions older than |\n')
sys.stderr.write('| 2.7.9 is deprecated. |\n')