summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty/mini_dateutil.py
AgeCommit message (Collapse)Author
2011-08-04Fix Python3 issue with dict.has_key()Lance Stout
2011-08-04Fix Python3 bug.Lance Stout
Use int() instead of long()
2011-08-04Actually, we can work around needing dateutil.Lance Stout
If dateutil is present, we'll use that. If not, we'll use some regexes from the fixed_datetime module.