refactor: update color_log import path and remove unused files
This commit is contained in:
parent
b3720a5753
commit
bd127700ed
@ -1,7 +1,7 @@
|
||||
# cli/module.py
|
||||
import argparse
|
||||
from services.git.handler import GitHandler
|
||||
import lib.color_log as color_log
|
||||
import common.color_log as color_log
|
||||
|
||||
def setup_cli(subparsers):
|
||||
git_parser = subparsers.add_parser('git', help='Git operations for Odoo instances')
|
||||
|
@ -1,7 +1,7 @@
|
||||
# cli/module.py
|
||||
import tqdm
|
||||
from services.odoo.module import OdooModuleManager
|
||||
import lib.color_log as color_log
|
||||
import common.color_log as color_log
|
||||
|
||||
|
||||
def setup_cli(subparsers):
|
||||
|
@ -1,6 +1,6 @@
|
||||
# cli/service.py
|
||||
from services.odoo.service import OdooServiceManager
|
||||
import lib.color_log as color_log
|
||||
import common.color_log as color_log
|
||||
|
||||
|
||||
def setup_cli(subparsers):
|
||||
|
Loading…
Reference in New Issue
Block a user