From 03e246a6e1578dad226b5f5a8855e45044e66ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 3 Jun 2020 20:11:34 +0200 Subject: [PATCH] misc: declare encoding of DNS/Base.py as eobuilder runs setup.py with python2 --- DNS/Base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DNS/Base.py b/DNS/Base.py index 34a6da7..8f8a72a 100644 --- a/DNS/Base.py +++ b/DNS/Base.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + """ $Id$