Skip to content

Commit

Permalink
Force absolute import, fixes PyGithub#314
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdye committed Aug 24, 2018
1 parent 3cc0742 commit de6b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

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
Expand Down

0 comments on commit de6b713

Please sign in to comment.