File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55from strictdoc import __version__
66from strictdoc .backend .reqif .sdoc_reqif_fields import ReqIFProfile
77from strictdoc .backend .sdoc .constants import SDocMarkup
8+ from strictdoc .commands ._shared import _check_reqif_profile
89from strictdoc .commands .about_command import AboutCommand
910from strictdoc .commands .export import ExportCommand
1011from strictdoc .commands .manage_autouid_command import ManageAutoUIDCommand
1112from strictdoc .commands .server import ServerCommand
12- from strictdoc .commands .shared import _check_reqif_profile
1313from strictdoc .commands .version_command import VersionCommand
1414
1515EXCEL_PARSERS = ["basic" ]
File renamed without changes.
Original file line number Diff line number Diff line change 33
44from strictdoc .backend .reqif .sdoc_reqif_fields import ReqIFProfile
55from strictdoc .cli .base_command import BaseCommand , CLIValidationError
6+ from strictdoc .commands ._shared import _check_reqif_profile
67from strictdoc .commands .export_config import ExportCommandConfig
7- from strictdoc .commands .shared import _check_reqif_profile
88from strictdoc .core .actions .export_action import ExportAction
99from strictdoc .core .project_config import ProjectConfigLoader
1010from strictdoc .helpers .parallelizer import Parallelizer
You can’t perform that action at this time.
0 commit comments