Mark as safe for unpickling

This commit is contained in:
Ross Lawley 2011-12-19 08:46:00 +00:00
parent 088f6b6b57
commit c5e41d6db5

View File

@ -62,3 +62,4 @@ def _UTC():
module global.
"""
return utc
_UTC.__safe_for_unpickling__ = True