aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/__init__.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-02-07 22:51:46 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-02-07 22:51:46 +0100
commitde2c7806ca52e9c5470705f5ebb4955f8ba3942c (patch)
tree4027b5d9b166e08ed00b1fd144d1f0e69daeb4ad /pygithub3/requests/__init__.py
parentClean requests interface (diff)
downloadpython-github3-de2c7806ca52e9c5470705f5ebb4955f8ba3942c.tar.xz
python-github3-de2c7806ca52e9c5470705f5ebb4955f8ba3942c.zip
Fix litle bugs
Diffstat (limited to 'pygithub3/requests/__init__.py')
-rw-r--r--pygithub3/requests/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pygithub3/requests/__init__.py b/pygithub3/requests/__init__.py
index 9fdde27..79f9cb9 100644
--- a/pygithub3/requests/__init__.py
+++ b/pygithub3/requests/__init__.py
@@ -58,10 +58,6 @@ class Request(object):
def clean_uri(self):
return None
- @property
- def resource(self):
- return self.resource
-
def __getattr__(self, name):
return self.args.get(name)