Fix a comment
This commit is contained in:
parent
a02b7a8f6d
commit
7ba256f039
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue