mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
license
This commit is contained in:
@@ -7,6 +7,7 @@ History
|
||||
++++++++++++++++++
|
||||
|
||||
- Massive Refactor
|
||||
- Switch to Apache 2.0 license
|
||||
- Connection Adapters
|
||||
- Standard library logging
|
||||
|
||||
|
||||
@@ -48,7 +48,6 @@ log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class RequestMixin(object):
|
||||
"""docstring for RequestMixin"""
|
||||
|
||||
@property
|
||||
def path_url(self):
|
||||
|
||||
Reference in New Issue
Block a user