license
authorKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 05:18:04 +0000 (00:18 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 05:18:04 +0000 (00:18 -0500)
HISTORY.rst
requests/models.py

index d3f26bf..941d69f 100644 (file)
@@ -7,6 +7,7 @@ History
 ++++++++++++++++++
 
 - Massive Refactor
+- Switch to Apache 2.0 license
 - Connection Adapters
 - Standard library logging
 
index 1d7a4a5..f2a32d6 100644 (file)
@@ -48,7 +48,6 @@ log = logging.getLogger(__name__)
 
 
 class RequestMixin(object):
-    """docstring for RequestMixin"""
 
     @property
     def path_url(self):