mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fix configobj import
This commit is contained in:
parent
27a294bfdc
commit
f210693102
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import os
|
|||
import shutil
|
||||
import copy
|
||||
import core
|
||||
from configobj import *
|
||||
import configobj
|
||||
from core import logger
|
||||
|
||||
from itertools import chain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue