Refactor gh_api -> github_api

This commit is contained in:
Labrys of Knossos 2018-12-18 19:18:09 -05:00
commit 094ae574a2
2 changed files with 1 additions and 1 deletions

View file

@ -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):