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

Fixed imports in iconfTool

parent 0fc3afc7
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38444Fixed imports in iconfTool
......@@ -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