diff --git a/core/gh_api.py b/core/github_api.py similarity index 100% rename from core/gh_api.py rename to core/github_api.py diff --git a/core/version_check.py b/core/version_check.py index 7876c208..41c3ccb9 100644 --- a/core/version_check.py +++ b/core/version_check.py @@ -14,7 +14,7 @@ import traceback from six.moves.urllib.request import urlretrieve import core -from core import gh_api as github, logger +from core import github_api as github, logger class CheckVersion(object):