aboutsummaryrefslogtreecommitdiffstats
path: root/github3/core.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-04-13 22:08:41 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-04-13 22:08:41 -0400
commitb6ab012bb0415a490a3bbb8dcc7783b1d415bb1a (patch)
tree64320cc4d57c727b79d78c33c29325abd37ae0a0 /github3/core.py
parentmodels update (diff)
downloadpython-github3-b6ab012bb0415a490a3bbb8dcc7783b1d415bb1a.tar.xz
python-github3-b6ab012bb0415a490a3bbb8dcc7783b1d415bb1a.zip
GitHubModel
Diffstat (limited to 'github3/core.py')
-rw-r--r--github3/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/core.py b/github3/core.py
index e0703a5..2f85040 100644
--- a/github3/core.py
+++ b/github3/core.py
@@ -46,8 +46,8 @@ class GitHub(object):
@property
def logged_in(self):
r = self._get('')
+ print
- # print r
if r.status_code == 200:
return True
else: