diff --git a/Control/AthenaCommon/cmt/requirements b/Control/AthenaCommon/cmt/requirements
deleted file mode 100755
index dfb1ecc43652df48ce1819c6444871aebc082d43..0000000000000000000000000000000000000000
--- a/Control/AthenaCommon/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package AthenaCommon
-
-author Paolo Calafiura <Paolo.Calafiura@cern.ch>
-
-use AtlasPolicy        AtlasPolicy-* 
-#use GaudiInterface     GaudiInterface-*		External 
-
-
-# Remove the Gaudi and related external entries from LD_LIBRARY_PATH since 
-# InstallArea entries supercede them.
-####path_remove LD_LIBRARY_PATH "/GaudiKernel/"
-
-alias athena athena.py
-alias athena-app athena-app.py
-
-apply_pattern declare_scripts files="\
- athena.py athena.C \
- athena-app.py \
- chappy.py \
- find_cfg_dups.py \
- $(AthenaCommon_root)/test/*.py \
- test_cfg_pickling.py \
-"
-apply_pattern declare_joboptions files=" \
- Bootstrap.py \
- Preparation.py \
- Execution.py \
- Atlas.UnixStandardJob.py \
- Atlas_Gen.UnixStandardJob.py \
- MemTraceInclude.py \
- JobOptTraceInclude.py \
- runbatch.py \
-"
-apply_pattern declare_python_modules files="*.py Utils"
-
-private
-use TestPolicy TestPolicy-* 
-
-end_private
diff --git a/Control/AthenaCommon/python/ConfiguredFactory.py b/Control/AthenaCommon/python/ConfiguredFactory.py
index 19c61c285caf0081cbf5e8fadb2e0b420c70e0ef..ddb64cf237c9c13220abb0bc47e6bcc75ab97150 100644
--- a/Control/AthenaCommon/python/ConfiguredFactory.py
+++ b/Control/AthenaCommon/python/ConfiguredFactory.py
@@ -1256,7 +1256,7 @@ class ConfiguredFactory(object):
         nFiles = 0
         startTime = time.time()
 
-        paths = [p for p in sys.path if p.endswith ('InstallArea/python')]
+        paths = [p for p in sys.path if p.endswith ('/python')]
         if not paths: paths = sys.path
 
         for path in paths: