From 528104c43a2c0bfd43b8bdc3f39da172e3c58084 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Wed, 30 May 2018 18:00:47 +0200
Subject: [PATCH] Remove DD4hep.py -- replaced by module dd4hep

---
 DDCore/python/DD4hep.py | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 DDCore/python/DD4hep.py

diff --git a/DDCore/python/DD4hep.py b/DDCore/python/DD4hep.py
deleted file mode 100644
index 7f3df654f..000000000
--- 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.'
-- 
GitLab