kill wrapping of api methods
authorKenneth Reitz <me@kennethreitz.com>
Sat, 22 Oct 2011 23:27:08 +0000 (19:27 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 22 Oct 2011 23:27:08 +0000 (19:27 -0400)
requests/sessions.py

index d65d2c6..26d0345 100644 (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))