From 1b0e7b5562f99b5a3b08739ea4e1149d83b20dd7 Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Mon, 20 Dec 2021 15:20:34 +0100
Subject: [PATCH] Update Tile SQLite test jobOps

---
 TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py b/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py
index 1c0fc8ea7d6a..3392be616b5e 100755
--- a/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py
+++ b/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
+
 # job options to build geometry of the ATLAS detector
 # from a standalone GeoModel SQLite file,
 # and then to visualize the built geometry with VP1.
@@ -6,6 +8,9 @@
 # Oct 2021
 #
 
+## Python settings
+from __future__ import print_function
+
 # Create an event selector
 import AthenaCommon.AtlasUnixGeneratorJob
 # Configure GlobalFlags
-- 
GitLab