diff options
author | 2011-07-23 13:35:58 -0400 | |
---|---|---|
committer | 2011-07-23 13:35:58 -0400 | |
commit | 6d6b17f53c89bb36c2fbf6d8e73d475ff6f9888f (patch) | |
tree | 46511a6ff0aa279645cb5863f36c758c3c93d1c4 /github3/config.py | |
parent | whoops (diff) | |
download | python-github3-6d6b17f53c89bb36c2fbf6d8e73d475ff6f9888f.tar.xz python-github3-6d6b17f53c89bb36c2fbf6d8e73d475ff6f9888f.zip |
config defaults
Diffstat (limited to 'github3/config.py')
-rw-r--r-- | github3/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/github3/config.py b/github3/config.py index 70b7622..9fbf305 100644 --- a/github3/config.py +++ b/github3/config.py @@ -54,4 +54,5 @@ class Settings(object): return object.__getattribute__(self, key) settings = Settings() -settings.verbose = False
\ No newline at end of file +settings.verbose = False +settings.base_url = 'https://api.github.com/'
\ No newline at end of file |