blob: cba1027887223043d3fc3fee4b44cbb45be9a5c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./dateutil/__init__.py.orig 2012-03-28 18:25:44.000000000 +0400
+++ ./dateutil/__init__.py 2013-01-23 14:12:35.000000000 +0400
@@ -5,6 +5,6 @@
This module offers extensions to the standard Python
datetime module.
"""
-__author__ = "Tomi Pieviläinen <tomi.pievilainen@iki.fi>"
+__author__ = "Tomi Pievilainen <tomi.pievilainen@iki.fi>"
__license__ = "Simplified BSD"
__version__ = "2.1"
|