mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-28 10:38:26 +00:00
core: use ConfigParser import from configparser2 backports package
This commit is contained in:
parent
c16d9aadfc
commit
10c1c08f07
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import logging
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from cork import Cork
|
from cork import Cork
|
||||||
from ConfigParser import ConfigParser
|
from configparser2 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
|
||||||
|
|
Loading…
Reference in a new issue