Files
PyGithub/github/GithubObjects/PullRequestFile.py
T
2012-03-14 22:56:08 +01:00

10 lines
236 B
Python

from GithubObject import *
PullRequestFile = GithubObject(
"PullRequestFile",
InternalSimpleAttributes(
"sha", "filename", "status", "additions", "deletions", "changes",
"blob_url", "raw_url", "patch",
),
)