summaryrefslogtreecommitdiff
path: root/dateutil/__init__.py
blob: 1020e72919e76c0c9e03640bd1b6c5ec5c4c7fee (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
"""
Copyright (c) 2003-2010  Gustavo Niemeyer <gustavo@niemeyer.net>

This module offers extensions to the standard Python
datetime module.
"""
__author__ = "Tomi Pieviläinen <tomi.pievilainen@iki.fi>"
__license__ = "Simplified BSD"
__version__ = "2.2"