root/django/trunk/contrib/dateutil/__init__.py
| Revision 84, 232 bytes (checked in by steadicat, 15 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | """ |
| 2 | Copyright (c) 2003-2005 Gustavo Niemeyer <gustavo@niemeyer.net> |
| 3 | |
| 4 | This module offers extensions to the standard python 2.3+ |
| 5 | datetime module. |
| 6 | """ |
| 7 | __author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>" |
| 8 | __license__ = "PSF License" |
Note: See TracBrowser
for help on using the browser.