diff options
author | 2012-02-07 22:51:46 +0100 | |
---|---|---|
committer | 2012-02-07 22:51:46 +0100 | |
commit | de2c7806ca52e9c5470705f5ebb4955f8ba3942c (patch) | |
tree | 4027b5d9b166e08ed00b1fd144d1f0e69daeb4ad /pygithub3/requests/__init__.py | |
parent | Clean requests interface (diff) | |
download | python-github3-de2c7806ca52e9c5470705f5ebb4955f8ba3942c.tar.xz python-github3-de2c7806ca52e9c5470705f5ebb4955f8ba3942c.zip |
Fix litle bugs
Diffstat (limited to 'pygithub3/requests/__init__.py')
-rw-r--r-- | pygithub3/requests/__init__.py | 4 |
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) |