mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-10 11:25:05 -05:00
10 lines
252 B
Python
10 lines
252 B
Python
|
"""
|
||
|
Copyright (c) 2003-2010 Gustavo Niemeyer <gustavo@niemeyer.net>
|
||
|
|
||
|
This module offers extensions to the standard python 2.3+
|
||
|
datetime module.
|
||
|
"""
|
||
|
__author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>"
|
||
|
__license__ = "PSF License"
|
||
|
__version__ = "1.5"
|