Python 2.1 doesn't have True and False

This commit is contained in:
Barry Warsaw 2003-03-12 02:54:17 +00:00
parent 82f1d2ce17
commit ca53c12c8b
1 changed files with 3 additions and 0 deletions

View File

@ -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