Add mktime_tz to __all__. It's documented as being available in email.utils.

This commit is contained in:
Barry Warsaw 2009-11-25 18:38:32 +00:00
parent 42d26d94cc
commit 0d9f61a543
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2001-2006 Python Software Foundation
# Copyright (C) 2001-2009 Python Software Foundation
# Author: Barry Warsaw
# Contact: email-sig@python.org
@ -13,6 +13,7 @@ __all__ = [
'formatdate',
'getaddresses',
'make_msgid',
'mktime_tz',
'parseaddr',
'parsedate',
'parsedate_tz',