mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Force absolute import, fixes #314
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ All classes inherit from :class:`github.GithubObject.GithubObject`.
|
||||
|
||||
import logging
|
||||
|
||||
from MainClass import Github, GithubIntegration
|
||||
from github.MainClass import Github, GithubIntegration
|
||||
from GithubException import GithubException, BadCredentialsException, UnknownObjectException, BadUserAgentException, RateLimitExceededException, BadAttributeException, TwoFactorException
|
||||
from InputFileContent import InputFileContent
|
||||
from InputGitAuthor import InputGitAuthor
|
||||
|
||||
Reference in New Issue
Block a user