diff --git a/DataQuality/DataQualityTools/python/DQTDataFlowMonAlg.py b/DataQuality/DataQualityTools/python/DQTDataFlowMonAlg.py
index 3c33dba72cb7f46f9b31eb0134d3fc168a0bdf8e..c6ac5fc2551682b802ef0548a21a18a60663503a 100644
--- a/DataQuality/DataQualityTools/python/DQTDataFlowMonAlg.py
+++ b/DataQuality/DataQualityTools/python/DQTDataFlowMonAlg.py
@@ -9,7 +9,7 @@ def DQTDataFlowMonAlgConfig(flags):
     return helper.result()
 
 def DQTDataFlowMonAlgConfigOld(flags):
-    from AthenaMonitoring.AthMonitorCfgHelper import AthMonitorCfgHelperOld
+    from AthenaMonitoring import AthMonitorCfgHelperOld
     from AthenaCommon.GlobalFlags import globalflags
     helper = AthMonitorCfgHelperOld(flags, 'DQTDataFlowMonAlgCfg')
     _DQTDataFlowMonAlgConfigCore(helper, globalflags.DataSource() == 'geant4')