diff --git a/DDCore/python/DD4hep.py b/DDCore/python/DD4hep.py deleted file mode 100644 index 7f3df654f7b9b97bc6ea11c643fa14fda04e8594..0000000000000000000000000000000000000000 --- a/DDCore/python/DD4hep.py +++ /dev/null @@ -1,17 +0,0 @@ -#========================================================================== -# AIDA Detector description implementation -#-------------------------------------------------------------------------- -# Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN) -# All rights reserved. -# -# For the licensing terms see $DD4hepINSTALL/LICENSE. -# For the list of contributors see $DD4hepINSTALL/doc/CREDITS. -# -#========================================================================== -# -# BACKWARDS COMPATIBILITY FILE! -# The namespace "DD4hep" is deprecated. Please use "dd4hep" instead. -# -#========================================================================== -from dd4hep_base import * -print 'DEPRECATION WARNING The namespace "DD4hep" is deprecated. Please use "dd4hep" instead.'