mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
9 lines
231 B
Python
9 lines
231 B
Python
|
"""
|
||
|
Copyright (c) 2003 Gustavo Niemeyer <niemeyer@conectiva.com>
|
||
|
|
||
|
This module offers extensions to the standard python 2.3+
|
||
|
datetime module.
|
||
|
"""
|
||
|
__author__ = "Gustavo Niemeyer <niemeyer@conectiva.com>"
|
||
|
__license__ = "PSF License"
|