diff --git a/others/dateutil/parser.py b/others/dateutil/parser.py index 6f84de5e5..e21ae7fec 100644 --- a/others/dateutil/parser.py +++ b/others/dateutil/parser.py @@ -8,6 +8,8 @@ datetime module. __author__ = "Gustavo Niemeyer " __license__ = "PSF License" +# Gotten from: http://moin.conectiva.com.br/DateUtil + import os.path import string import sys