fixes issue #349

This commit is contained in:
Piotr Dobrogost
2012-01-10 16:47:21 +01:00
parent 89c90add2c
commit bbbeedb0a2
-1
View File
@@ -82,7 +82,6 @@ class Request(object):
#: Dictionary or byte of querystring data to attach to the
#: :class:`Request <Request>`.
self.params = None
self.params = dict(params or [])
#: True if :class:`Request <Request>` is part of a redirect chain (disables history
#: and HTTPError storage).