From: W. Trevor King Date: Wed, 17 Oct 2012 20:05:24 +0000 (-0400) Subject: Add `-*- coding: utf-8 -*-` comments where Éric Piel is in authors. X-Git-Tag: 0.6~15 X-Git-Url: http://git.tremily.us/?p=pycomedi.git;a=commitdiff_plain;h=30247b7c102537b24f28beb073d8de0af45eee94 Add `-*- coding: utf-8 -*-` comments where Éric Piel is in authors. --- 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 #