From 57f9e3b8c58b1ea8c8a97b3c763b65e8c1b08e19 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.
---
 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