Commit 7ba256f0 authored by Barry Warsaw's avatar Barry Warsaw

Fix a comment

parent a02b7a8f
......@@ -9,7 +9,7 @@ from __future__ import division
from cStringIO import StringIO
from types import StringTypes
# Python 2.2.x where x < 2 lacks True/False
# Python 2.2.x where x < 1 lacks True/False
try:
True, False
except NameError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment