mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
backwards compatibility
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -201,3 +201,6 @@ class Session(requests.Session):
|
||||
|
||||
response.html = HTML(response=response)
|
||||
return response
|
||||
|
||||
# Backwards compatiblity.
|
||||
session = Session()
|
||||
|
||||
Reference in New Issue
Block a user