Skip to content

Commit 23a1b5d

Browse files
committed
[sextante]modified problematic headers
1 parent f3fa14c commit 23a1b5d

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

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

+1-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
1-
# -*- coding: utf-8 -*-
1+
from __future__ import generators-
22

3-
"""
4-
***************************************************************************
5-
__init__.py
6-
---------------------
7-
Date : November 2012
8-
Copyright : (C) 2012 by Victor Olaya
9-
Email : volayaf at gmail dot com
10-
***************************************************************************
11-
* *
12-
* This program is free software; you can redistribute it and/or modify *
13-
* it under the terms of the GNU General Public License as published by *
14-
* the Free Software Foundation; either version 2 of the License, or *
15-
* (at your option) any later version. *
16-
* *
17-
***************************************************************************
18-
"""
19-
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-
26-
from __future__ import generators
273
"""
284
httplib2
295

python/plugins/sextante/admintools/httplib2/iri2uri.py

+5-11
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
***************************************************************************
55
iri2uri.py
66
---------------------
7-
Date : November 2012
8-
Copyright : (C) 2012 by Victor Olaya
9-
Email : volayaf at gmail dot com
7+
Date : 2006
8+
Copyright : (C) 2006 Joe Gregorio
9+
Email : joe at bitworking dot org
1010
***************************************************************************
1111
* *
1212
* This program is free software; you can redistribute it and/or modify *
@@ -16,14 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
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-
26-
2719
"""
2820
iri2uri
2921
@@ -37,6 +29,8 @@
3729
__license__ = "MIT"
3830
__history__ = """
3931
"""
32+
# This will get replaced with a git SHA1 when you do a git archive
33+
__revision__ = '$Format:%H$'
4034

4135
import urlparse
4236

0 commit comments

Comments
 (0)