Python 2.1 doesn't have True and False
This commit is contained in:
parent
82f1d2ce17
commit
ca53c12c8b
|
@ -7,6 +7,9 @@
|
|||
from cStringIO import StringIO
|
||||
from types import StringType, UnicodeType
|
||||
|
||||
False = 0
|
||||
True = 1
|
||||
|
||||
|
||||
|
||||
# This function will become a method of the Message class
|
||||
|
|
Loading…
Reference in New Issue