]> jfr.im git - z_archive/twitter.git/commitdiff
Who knew this mysterious looking code was totally useless? Not me.
authormiv <redacted>
Wed, 5 Oct 2011 20:39:15 +0000 (22:39 +0200)
committermiv <redacted>
Wed, 5 Oct 2011 20:39:15 +0000 (22:39 +0200)
twitter/api.py

index 6cfc650498e8f0179ff3f1726a359d6497a0c17c..44591646588a50f677f5c8bd2af820e12bee4b89 100644 (file)
@@ -78,11 +78,6 @@ def wrap_response(response, headers):
     class WrappedTwitterResponse(response_typ, TwitterResponse):
         __doc__ = TwitterResponse.__doc__
 
-        def __init__(self, response):
-            if response_typ is not int:
-                response_typ.__init__(self, response)
-            TwitterResponse.__init__(self, headers)
-
     return WrappedTwitterResponse(response)