Improved project structure
This commit is contained in:
@@ -4,9 +4,8 @@ import unittest
|
||||
from datetime import datetime
|
||||
from string import Template
|
||||
|
||||
from sh_edraft.configuration import ApplicationHost
|
||||
from sh_edraft.hosting import ApplicationHost
|
||||
from sh_edraft.logging import Logger
|
||||
from sh_edraft.logging.base import LoggerBase
|
||||
from sh_edraft.logging.model import LoggingSettings
|
||||
from sh_edraft.time.model import TimeFormatSettings
|
||||
|
||||
|
@@ -3,7 +3,7 @@ import os
|
||||
from sh_edraft.logging.base.logger_base import LoggerBase
|
||||
from sh_edraft.publishing.base import PublisherBase
|
||||
from sh_edraft.service.base import ServiceProviderBase
|
||||
from sh_edraft.source_code.model import Version
|
||||
from sh_edraft.coding.model import Version
|
||||
from sh_edraft.publishing import Publisher
|
||||
from sh_edraft.publishing.model import Template
|
||||
|
||||
|
@@ -2,7 +2,7 @@ import os
|
||||
import shutil
|
||||
import unittest
|
||||
|
||||
from sh_edraft.configuration import ApplicationHost
|
||||
from sh_edraft.hosting import ApplicationHost
|
||||
from sh_edraft.logging import Logger
|
||||
from sh_edraft.logging.base import LoggerBase
|
||||
from sh_edraft.logging.model import LoggingSettings
|
||||
@@ -10,7 +10,7 @@ from sh_edraft.publishing import Publisher
|
||||
from sh_edraft.publishing.base import PublisherBase
|
||||
from sh_edraft.publishing.model import Template
|
||||
from sh_edraft.publishing.model.publish_settings_model import PublishSettingsModel
|
||||
from sh_edraft.source_code.model import Version
|
||||
from sh_edraft.coding.model import Version
|
||||
from sh_edraft.time.model import TimeFormatSettings
|
||||
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from sh_edraft.configuration import ApplicationHost
|
||||
from sh_edraft.configuration.model.application_host_base import ApplicationHostBase
|
||||
from sh_edraft.hosting import ApplicationHost
|
||||
from sh_edraft.logging import Logger
|
||||
from sh_edraft.logging.base import LoggerBase
|
||||
from sh_edraft.logging.model import LoggingSettings
|
||||
|
Reference in New Issue
Block a user