mirror of
https://github.com/moparisthebest/SickRage
synced 2024-10-31 23:45:02 -04:00
11 lines
278 B
Python
11 lines
278 B
Python
# -*- 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"
|