core: fix ConfigParser import

This commit is contained in:
panni 2019-01-15 13:52:37 +01:00
parent 10c7012c18
commit e61af7850b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import logging
import time import time
from cork import Cork from cork import Cork
from configparser import ConfigParser from ConfigParser import ConfigParser
from config import settings from config import settings
from check_update import check_releases from check_update import check_releases
from get_args import args from get_args import args