From 41e84b7c30159a3c9485881a92817b3d04c0ed43 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 19 Jun 2017 17:47:22 +0200 Subject: [PATCH] DQDefects: Fix ATN test. ATN test was broken by the insertion of the copyright header, which screwed up the encoding tag. Fixed. Former-commit-id: 57f9e3b8c58b1ea8c8a97b3c763b65e8c1b08e19 --- DataQuality/DQDefects/python/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataQuality/DQDefects/python/tests/__init__.py b/DataQuality/DQDefects/python/tests/__init__.py index 6fc5cc86783..6df8968d2d1 100644 --- a/DataQuality/DQDefects/python/tests/__init__.py +++ b/DataQuality/DQDefects/python/tests/__init__.py @@ -1,6 +1,6 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -# -*- coding: utf-8 -*- from os import unlink, environ from os.path import exists from nose import with_setup -- GitLab