diff --git a/Examples/options/dumpid.py b/Examples/options/dumpid.py
index e8ce40f764767539d876251695f7999c5640c3b8..ef9a45ce18c6fbb86fb1dc8ed2dc79f4cf32dc88 100644
--- a/Examples/options/dumpid.py
+++ b/Examples/options/dumpid.py
@@ -9,7 +9,7 @@ from Gaudi.Configuration import *
 # geometry_option = "CepC_v4-onlyTracker.xml"
 # geometry_option = "CepC_v4-onlyVXD.xml"
 geometry_option = "CepC_v4-onlyECAL.xml"
-
+import os
 if not os.getenv("DETCEPCV4ROOT"):
     print("Can't find the geometry. Please setup envvar DETCEPCV4ROOT." )
     sys.exit(-1)