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

Fixed imports in iconfTool

parent 0fc3afc7
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ from AthenaCommon.Logging import logging
logger = logging.getLogger(__name__)
logger.debug("Logger initialized.")
from gui.wrappers import GuiLoader, DoublePad
from models.loaders import ComponentsFileLoader, ComponentsDiffFileLoader
from utils import serialization
from AthenaConfiguration.iconfTool.gui.wrappers import GuiLoader, DoublePad
from AthenaConfiguration.iconfTool.models.loaders import ComponentsFileLoader, ComponentsDiffFileLoader
from AthenaConfiguration.iconfTool.utils import serialization
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