~ubuntu-branches/ubuntu/vivid/python-dateutil/vivid-proposed

« back to all changes in this revision

Viewing changes to dateutil/__init__.py

  • Committer: Package Import Robot
  • Author(s): Guido Günther
  • Date: 2014-09-27 21:24:01 UTC
  • mto: (8.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20140927212401-0ardwnw0bjm40f5r
Tags: upstream-2.2
Import upstream version 2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
1
2
"""
2
3
Copyright (c) 2003-2010  Gustavo Niemeyer <gustavo@niemeyer.net>
3
4
 
4
 
This module offers extensions to the standard python 2.3+
 
5
This module offers extensions to the standard Python
5
6
datetime module.
6
7
"""
7
 
__author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>"
8
 
__license__ = "PSF License"
9
 
__version__ = "1.5"
 
8
__author__ = "Tomi Pieviläinen <tomi.pievilainen@iki.fi>"
 
9
__license__ = "Simplified BSD"
 
10
__version__ = "2.2"