diff options
author | Lance Stout <lancestout@gmail.com> | 2011-08-04 20:20:22 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-08-04 20:22:07 -0700 |
commit | 4d8933abdf4a190493f2762d423f469f6d8b30a9 (patch) | |
tree | e538d4b0c390b54e411e3d67f8fb09ff3ab28bd5 /sleekxmpp/thirdparty/__init__.py | |
parent | 6eac0606cf5cd0b7777eb86b77ed1b061dd4b658 (diff) | |
download | slixmpp-4d8933abdf4a190493f2762d423f469f6d8b30a9.tar.gz slixmpp-4d8933abdf4a190493f2762d423f469f6d8b30a9.tar.bz2 slixmpp-4d8933abdf4a190493f2762d423f469f6d8b30a9.tar.xz slixmpp-4d8933abdf4a190493f2762d423f469f6d8b30a9.zip |
Actually, we can work around needing dateutil.
If dateutil is present, we'll use that. If not, we'll use
some regexes from the fixed_datetime module.
Diffstat (limited to 'sleekxmpp/thirdparty/__init__.py')
-rw-r--r-- | sleekxmpp/thirdparty/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/thirdparty/__init__.py b/sleekxmpp/thirdparty/__init__.py index 3eb6ad73..1c7bf651 100644 --- a/sleekxmpp/thirdparty/__init__.py +++ b/sleekxmpp/thirdparty/__init__.py @@ -4,3 +4,4 @@ except: from sleekxmpp.thirdparty.ordereddict import OrderedDict from sleekxmpp.thirdparty import suelta +from sleekxmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso |