From: Kenneth Reitz Date: Mon, 17 Dec 2012 05:18:04 +0000 (-0500) Subject: license X-Git-Tag: v1.0.0~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=898079f7e2d4e9cf4a67a9824b98ae2193545ad0;p=services%2Fpython-requests.git license --- diff --git a/HISTORY.rst b/HISTORY.rst index d3f26bf..941d69f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ History ++++++++++++++++++ - Massive Refactor +- Switch to Apache 2.0 license - Connection Adapters - Standard library logging diff --git a/requests/models.py b/requests/models.py index 1d7a4a5..f2a32d6 100644 --- a/requests/models.py +++ b/requests/models.py @@ -48,7 +48,6 @@ log = logging.getLogger(__name__) class RequestMixin(object): - """docstring for RequestMixin""" @property def path_url(self):