Spliting GithubObjects.py

This commit is contained in:
Vincent Jacques
2012-03-13 20:11:37 +01:00
parent 99564c1cab
commit 1c95ddfa09
6 changed files with 134 additions and 102 deletions
+9
View File
@@ -0,0 +1,9 @@
from GithubObject import *
PullRequestFile = GithubObject(
"PullRequestFile",
InternalSimpleAttributes(
"sha", "filename", "status", "additions", "deletions", "changes",
"blob_url", "raw_url", "patch",
),
)