diff --git a/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py b/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py
index ceb26303965e72f7226d881274d1d89ae8281400..1ffe59fa2ee59e2cd39c84121e5aa368ee41e074 100644
--- a/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py
+++ b/Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py
@@ -143,8 +143,8 @@ try:
 except:
     ## Select detectors
     if 'DetFlags' not in dir():
-        ## If you configure one det flag, you're responsible for configuring them all!
         from AthenaCommon.DetFlags import DetFlags
+        ## If you configure one det flag, you're responsible for configuring them all!
         DetFlags.all_setOn()
     DetFlags.LVL1_setOff() # LVL1 is not part of G4 sim
     DetFlags.Truth_setOn()
@@ -153,6 +153,7 @@ except:
     if checkHGTDOff is not None:
         checkHGTDOff() #Default for now
 
+from AthenaCommon.DetFlags import DetFlags
 DetFlags.Print()
 
 # removed configuration of forward detectors from standard simulation config