verbose output stream support

This commit is contained in:
Kenneth Reitz
2011-06-21 21:59:57 -04:00
parent 8c81cf64de
commit b4a4f38cce
+1 -1
View 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__()