Skip to content

Commit cae6d66

Browse files
committedApr 13, 2013
[sextante] fixed issue with header
1 parent 3f72747 commit cae6d66

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎python/plugins/sextante/admintools/httplib2/__init__.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
***************************************************************************
55
__init__.py
66
---------------------
7-
Date : November 2012
8-
Copyright : (C) 2012 by Victor Olaya
9-
Email : volayaf at gmail dot com
7+
Date : November 2006
8+
Copyright : (C) 2012 by Joe Gregorio
9+
Email : joe at bitworking dot org
1010
***************************************************************************
1111
* *
1212
* This program is free software; you can redistribute it and/or modify *
@@ -17,12 +17,6 @@
1717
***************************************************************************
1818
"""
1919

20-
__author__ = 'Victor Olaya'
21-
__date__ = 'November 2012'
22-
__copyright__ = '(C) 2012, Victor Olaya'
23-
# This will get replaced with a git SHA1 when you do a git archive
24-
__revision__ = '$Format:%H$'
25-
2620
from __future__ import generators
2721

2822
"""

0 commit comments

Comments
 (0)
Please sign in to comment.