Dependencies => restore testAuthenticatedUserDetails!

This commit is contained in:
Vincent Jacques
2012-05-03 21:59:04 +01:00
parent 04cde900a0
commit 9f7ec6460a
24 changed files with 92 additions and 12 deletions
@@ -1,6 +1,14 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Gist
import Repository
import NamedUser
import Organization
import UserKey
import Issue
import Event
import Authorization
class AuthenticatedUser( object ):
def __init__( self, github, attributes, lazy ):
+1
View File
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Commit
class Branch( object ):
def __init__( self, github, attributes, lazy ):
+3
View File
@@ -1,6 +1,9 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
import GitCommit
import CommitComment
class Commit( object ):
def __init__( self, github, attributes, lazy ):
+1
View File
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
class CommitComment( object ):
def __init__( self, github, attributes, lazy ):
+3
View File
@@ -1,6 +1,9 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Organization
import Repository
import NamedUser
class Event( object ):
def __init__( self, github, attributes, lazy ):
+3
View File
@@ -1,6 +1,9 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
import Gist
import GistComment
class Gist( object ):
def __init__( self, github, attributes, lazy ):
+1
View File
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
class GistComment( object ):
def __init__( self, github, attributes, lazy ):
+1
View File
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import GitTree
class GitCommit( object ):
def __init__( self, github, attributes, lazy ):
+5
View File
@@ -1,6 +1,11 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import IssueComment
import IssueEvent
import NamedUser
import Milestone
import Label
class Issue( object ):
def __init__( self, github, attributes, lazy ):
+1
View File
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
class IssueComment( object ):
def __init__( self, github, attributes, lazy ):
+1
View File
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
class IssueEvent( object ):
def __init__( self, github, attributes, lazy ):
+2
View File
@@ -1,6 +1,8 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
import Label
class Milestone( object ):
def __init__( self, github, attributes, lazy ):
+5
View File
@@ -1,6 +1,11 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Organization
import Gist
import Event
import Repository
import NamedUser
class NamedUser( object ):
def __init__( self, github, attributes, lazy ):
+4
View File
@@ -1,6 +1,10 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Team
import Event
import Repository
import NamedUser
class Organization( object ):
def __init__( self, github, attributes, lazy ):
+4
View File
@@ -1,6 +1,10 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Commit
import NamedUser
import PullRequestComment
import PullRequestFile
class PullRequest( object ):
def __init__( self, github, attributes, lazy ):
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import NamedUser
class PullRequestComment( object ):
def __init__( self, github, attributes, lazy ):
+21
View File
@@ -1,6 +1,27 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import GitCommit
import Team
import PullRequest
import GitBlob
import Repository
import IssueEvent
import Milestone
import RepositoryKey
import GitTag
import CommitComment
import Hook
import Tag
import Branch
import GitRef
import Download
import Commit
import NamedUser
import Issue
import Event
import GitTree
import Label
class Repository( object ):
def __init__( self, github, attributes, lazy ):
+1
View File
@@ -1,6 +1,7 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Commit
class Tag( object ):
def __init__( self, github, attributes, lazy ):
+2
View File
@@ -1,6 +1,8 @@
# WARNING: this file is generated automaticaly.
# Do not modify it manually, your work would be lost.
import Repository
import NamedUser
class Team( object ):
def __init__( self, github, attributes, lazy ):