diff options
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/_compat21.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/email/_compat21.py b/Lib/email/_compat21.py index 7cead23..0e0b3d0 100644 --- a/Lib/email/_compat21.py +++ b/Lib/email/_compat21.py @@ -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 |