File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
python/plugins/sextante/admintools/httplib2 Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 4
4
***************************************************************************
5
5
__init__.py
6
6
---------------------
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
10
10
***************************************************************************
11
11
* *
12
12
* This program is free software; you can redistribute it and/or modify *
17
17
***************************************************************************
18
18
"""
19
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
20
from __future__ import generators
27
21
28
22
"""
You can’t perform that action at this time.
0 commit comments