mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Optimize imports
This commit is contained in:
parent
aa769627bd
commit
5bc789bca3
26 changed files with 105 additions and 85 deletions
|
@ -1,15 +1,16 @@
|
|||
# coding=utf-8
|
||||
|
||||
from six import iteritems
|
||||
import copy
|
||||
import os
|
||||
import shutil
|
||||
import copy
|
||||
import core
|
||||
import configobj
|
||||
from core import logger
|
||||
|
||||
from itertools import chain
|
||||
|
||||
import configobj
|
||||
from six import iteritems
|
||||
|
||||
import core
|
||||
from core import logger
|
||||
|
||||
|
||||
class Section(configobj.Section, object):
|
||||
def isenabled(section):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue