File tree 2 files changed +6
-36
lines changed
python/plugins/sextante/admintools/httplib2
2 files changed +6
-36
lines changed Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -* -
1
+ from __future__ import generators -
2
2
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
27
3
"""
28
4
httplib2
29
5
Original file line number Diff line number Diff line change 4
4
***************************************************************************
5
5
iri2uri.py
6
6
---------------------
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
10
10
***************************************************************************
11
11
* *
12
12
* This program is free software; you can redistribute it and/or modify *
16
16
* *
17
17
***************************************************************************
18
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
-
27
19
"""
28
20
iri2uri
29
21
37
29
__license__ = "MIT"
38
30
__history__ = """
39
31
"""
32
+ # This will get replaced with a git SHA1 when you do a git archive
33
+ __revision__ = '$Format:%H$'
40
34
41
35
import urlparse
42
36
You can’t perform that action at this time.
0 commit comments