better yield

This commit is contained in:
Kenneth Reitz
2012-12-17 03:13:19 -05:00
parent b1bcaecc66
commit f44bb31bec
+1 -3
View File
@@ -125,10 +125,8 @@ class SessionMixin(object):
cert=cert
)
yield resp
i += 1
yield resp
class Session(SessionMixin):