kill wrapping of api methods

This commit is contained in:
Kenneth Reitz
2011-10-22 19:27:08 -04:00
parent 98dc08236c
commit 3d29f6535f
-4
View File
@@ -74,10 +74,6 @@ class Session(object):
# Set up a CookieJar to be used by default
self.cookies = cookielib.FileCookieJar()
# Map and wrap requests.api methods
# self._map_api_methods()
def __repr__(self):
return '<requests-client at 0x%x>' % (id(self))