aboutsummaryrefslogtreecommitdiffstats
path: root/github3/helpers.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-10-29 16:11:27 +0200
committerDavid Medina <davidmedina9@gmail.com>2011-10-31 00:34:31 +0100
commitc23698e64f3244636290ffa4065f3b70ba5151e9 (patch)
tree37fee2463eb1aedbf758fe1b9b9afd173c5908c8 /github3/helpers.py
parentUpdate requests (fixs with auth) (diff)
downloadpython-github3-c23698e64f3244636290ffa4065f3b70ba5151e9.tar.xz
python-github3-c23698e64f3244636290ffa4065f3b70ba5151e9.zip
Wip on handlers
Diffstat (limited to 'github3/helpers.py')
-rw-r--r--github3/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/helpers.py b/github3/helpers.py
index abdeb4a..498a005 100644
--- a/github3/helpers.py
+++ b/github3/helpers.py
@@ -166,4 +166,4 @@ def get_scope(f, args=None):
# scrub readability.models namespace
scope = scope.replace('readability.api.', '')
- return scope \ No newline at end of file
+ return scope