config defaults

This commit is contained in:
Kenneth Reitz
2011-07-23 13:35:58 -04:00
parent cb1510240e
commit 6d6b17f53c
+2 -1
View File
@@ -54,4 +54,5 @@ class Settings(object):
return object.__getattribute__(self, key)
settings = Settings()
settings.verbose = False
settings.verbose = False
settings.base_url = 'https://api.github.com/'