aboutsummaryrefslogtreecommitdiffstats
path: root/github3/config.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-07-23 13:35:58 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-07-23 13:35:58 -0400
commit6d6b17f53c89bb36c2fbf6d8e73d475ff6f9888f (patch)
tree46511a6ff0aa279645cb5863f36c758c3c93d1c4 /github3/config.py
parentwhoops (diff)
downloadpython-github3-6d6b17f53c89bb36c2fbf6d8e73d475ff6f9888f.tar.xz
python-github3-6d6b17f53c89bb36c2fbf6d8e73d475ff6f9888f.zip
config defaults
Diffstat (limited to 'github3/config.py')
-rw-r--r--github3/config.py3
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