Skip to content
Snippets Groups Projects
Commit 4b4725e7 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

Fixed imports in iconfTool

parent 0fc3afc7
Loading
...@@ -12,9 +12,9 @@ from AthenaCommon.Logging import logging ...@@ -12,9 +12,9 @@ from AthenaCommon.Logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
logger.debug("Logger initialized.") logger.debug("Logger initialized.")
from gui.wrappers import GuiLoader, DoublePad from AthenaConfiguration.iconfTool.gui.wrappers import GuiLoader, DoublePad
from models.loaders import ComponentsFileLoader, ComponentsDiffFileLoader from AthenaConfiguration.iconfTool.models.loaders import ComponentsFileLoader, ComponentsDiffFileLoader
from utils import serialization from AthenaConfiguration.iconfTool.utils import serialization
if __name__ == '__main__': if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment