verbose output stream support
authorKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 01:59:57 +0000 (21:59 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 01:59:57 +0000 (21:59 -0400)
requests/config.py

index 63d3fa9..0878da9 100644 (file)
@@ -12,7 +12,7 @@ class Settings(object):
     _singleton = {}
 
     # attributes with defaults
-    __attrs__ = ('timeout',)
+    __attrs__ = ('timeout', 'verbose')
 
     def __init__(self, **kwargs):
         super(Settings, self).__init__()