Renamed file delugeUtils -> utils

This commit is contained in:
2022-09-26 00:17:06 +02:00
parent b7eb06e266
commit 1b2620b6f2
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ path.append(os.path.dirname(__file__))
path.append(dirname(__file__))
import logging
from delugeUtils import BASE_DIR
from utils import BASE_DIR, ColorizeFilter
logger = logging.getLogger('deluge_cli')
logger.setLevel(logging.DEBUG)