diff options
author | 2012-04-28 00:19:49 +0200 | |
---|---|---|
committer | 2012-04-28 22:35:30 +0200 | |
commit | 1b1ccd6b86740157b2529614945a218d73049f4a (patch) | |
tree | 970b2dc73302268a8c0964e34d9b38aa1643d0d6 /pygithub3/requests/git_data/commits.py | |
parent | Merged pull request #3 from natw/git_data (diff) | |
download | python-github3-1b1ccd6b86740157b2529614945a218d73049f4a.tar.xz python-github3-1b1ccd6b86740157b2529614945a218d73049f4a.zip |
Litle fixs
Diffstat (limited to 'pygithub3/requests/git_data/commits.py')
-rw-r--r-- | pygithub3/requests/git_data/commits.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/git_data/commits.py b/pygithub3/requests/git_data/commits.py index caf1e7d..a26e07d 100644 --- a/pygithub3/requests/git_data/commits.py +++ b/pygithub3/requests/git_data/commits.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- from pygithub3.requests.base import Request -from pygithub3.resources.git_data import Commit +from pygithub3.resources.repos import Commit class Get(Request): |