Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sextante]modified problematic headers
  • Loading branch information
volaya committed Feb 25, 2013
1 parent f3fa14c commit 23a1b5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
26 changes: 1 addition & 25 deletions python/plugins/sextante/admintools/httplib2/__init__.py
@@ -1,29 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import generators-

"""
***************************************************************************
__init__.py
---------------------
Date : November 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""

__author__ = 'Victor Olaya'
__date__ = 'November 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from __future__ import generators
"""
httplib2
Expand Down
16 changes: 5 additions & 11 deletions python/plugins/sextante/admintools/httplib2/iri2uri.py
Expand Up @@ -4,9 +4,9 @@
***************************************************************************
iri2uri.py
---------------------
Date : November 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
Date : 2006
Copyright : (C) 2006 Joe Gregorio
Email : joe at bitworking dot org
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
Expand All @@ -16,14 +16,6 @@
* *
***************************************************************************
"""

__author__ = 'Victor Olaya'
__date__ = 'November 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'


"""
iri2uri
Expand All @@ -37,6 +29,8 @@
__license__ = "MIT"
__history__ = """
"""
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import urlparse

Expand Down

0 comments on commit 23a1b5d

Please sign in to comment.