Force absolute import, fixes #314

This commit is contained in:
Wan Liuyang
2018-08-24 15:08:18 +08:00
parent 3cc0742fbe
commit de6b713b05
+1 -1
View File
@@ -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