Restructuration de l'application
This commit is contained in:
@@ -8,7 +8,7 @@ from tkinter import filedialog, messagebox, ttk
|
||||
from typing import Any
|
||||
|
||||
from copienator import ExitCode
|
||||
from platform_utils import WindowsLabelError, open_path, validate_windows_labels
|
||||
from copienator.platform import WindowsLabelError, open_path, validate_windows_labels
|
||||
|
||||
from .diagnostics import collect_diagnostics
|
||||
from .runner import ProcessRunner
|
||||
@@ -71,7 +71,7 @@ def detected_annotation_directories(evaluation: Path) -> tuple[str, ...]:
|
||||
|
||||
def plotting_shortcut_lines() -> list[str]:
|
||||
try:
|
||||
from config import PLOTTING_KB
|
||||
from copienator.configuration import PLOTTING_KB
|
||||
except (ImportError, AttributeError):
|
||||
from default_config import PLOTTING_KB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user