Limnoria/plugins/Time/local/dateutil/__init__.py

10 lines
254 B
Python
Raw Normal View History

2005-02-02 07:59:08 +01:00
"""
Copyright (c) 2003-2007 Gustavo Niemeyer <gustavo@niemeyer.net>
2005-02-02 07:59:08 +01:00
This module offers extensions to the standard python 2.3+
datetime module.
"""
__author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>"
2005-02-02 07:59:08 +01:00
__license__ = "PSF License"
__version__ = "1.4.1"