diff --git a/github/__init__.py b/github/__init__.py index a0efde37..8475e734 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -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