mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Dependencies => restore testAuthenticatedUserDetails!
This commit is contained in:
@@ -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,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 ):
|
||||
|
||||
@@ -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,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 ):
|
||||
|
||||
@@ -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 ):
|
||||
|
||||
@@ -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,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,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 ):
|
||||
|
||||
@@ -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,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,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 ):
|
||||
|
||||
@@ -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 ):
|
||||
|
||||
@@ -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 ):
|
||||
|
||||
@@ -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 ):
|
||||
|
||||
@@ -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 ):
|
||||
|
||||
@@ -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,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 ):
|
||||
|
||||
@@ -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 ):
|
||||
|
||||
Reference in New Issue
Block a user