You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
278 B
10 lines
278 B
# -*- 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.1"
|
|
|