This commit is contained in:
Kovid Goyal
2011-04-04 14:22:04 -06:00
parent 33f84ba169
commit 6c4b405b0d
+1 -1
View File
@@ -39,7 +39,7 @@ class Browser(B):
args, kwargs)
def set_handle_gzip(self, handle):
self._set_handler('_gzip', handle)
B._set_handler(self, '_gzip', handle)
self._clone_actions['set_handle_gzip'] = ('set_handle_gzip',
(handle,), {})