root/django/trunk/contrib/dateutil/__init__.py

Revision 84, 232 bytes (checked in by steadicat, 15 months ago)

Added loads of useful contrib.

  • Property svn:keywords set to Id
Line 
1"""
2Copyright (c) 2003-2005  Gustavo Niemeyer <gustavo@niemeyer.net>
3
4This module offers extensions to the standard python 2.3+
5datetime module.
6"""
7__author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>"
8__license__ = "PSF License"
Note: See TracBrowser for help on using the browser.