From 30247b7c102537b24f28beb073d8de0af45eee94 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 17 Oct 2012 16:05:24 -0400 Subject: [PATCH] =?utf8?q?Add=20`-*-=20coding:=20utf-8=20-*-`=20comments?= =?utf8?q?=20where=20=C3=89ric=20Piel=20is=20in=20authors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pycomedi/channel.pyx | 1 + pycomedi/device.pyx | 1 + 2 files changed, 2 insertions(+) diff --git a/pycomedi/channel.pyx b/pycomedi/channel.pyx index 5845ed1..45f5c23 100644 --- a/pycomedi/channel.pyx +++ b/pycomedi/channel.pyx @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2011-2012 W. Trevor King # Éric Piel # diff --git a/pycomedi/device.pyx b/pycomedi/device.pyx index a686b72..4f23d79 100644 --- a/pycomedi/device.pyx +++ b/pycomedi/device.pyx @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2011-2012 W. Trevor King # Éric Piel # -- 2.26.2