From 898079f7e2d4e9cf4a67a9824b98ae2193545ad0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 17 Dec 2012 00:18:04 -0500 Subject: [PATCH] license --- HISTORY.rst | 1 + requests/models.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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): -- 2.34.1