diff --git a/others/dateutil/parser.py b/others/dateutil/parser.py index e21ae7fec..cdafd1f54 100644 --- a/others/dateutil/parser.py +++ b/others/dateutil/parser.py @@ -1,4 +1,6 @@ # -*- coding:iso-8859-1 -*- +# Gotten from: http://moin.conectiva.com.br/DateUtil + """ Copyright (c) 2003 Gustavo Niemeyer @@ -8,8 +10,6 @@ datetime module. __author__ = "Gustavo Niemeyer " __license__ = "PSF License" -# Gotten from: http://moin.conectiva.com.br/DateUtil - import os.path import string import sys