From 255e9dac0e520ec3b48e27b7714c2e51dcb27e2e Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 13 Dec 2005 23:25:58 +0000 Subject: [PATCH] =?utf8?q?Le=20digo=20a=20python=20que=20las=20cosas=20est?= =?utf8?q?=C3=A1n=20en=20UTF-8=20;)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- cliente/cetherled.py | 1 + cliente/etherled/__init__.py | 1 + cliente/etherled/packet.py | 1 + cliente/etherled/protocol.py | 1 + cliente/led.py | 1 + 5 files changed, 5 insertions(+) diff --git a/cliente/cetherled.py b/cliente/cetherled.py index 7f41608..966f25a 100755 --- a/cliente/cetherled.py +++ b/cliente/cetherled.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # vim: set expandtab tabstop=4 shiftwidth=4 : #---------------------------------------------------------------------------- # Etherled diff --git a/cliente/etherled/__init__.py b/cliente/etherled/__init__.py index 11f873a..862142e 100644 --- a/cliente/etherled/__init__.py +++ b/cliente/etherled/__init__.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # vim: set expandtab tabstop=4 shiftwidth=4 : #---------------------------------------------------------------------------- # Etherled diff --git a/cliente/etherled/packet.py b/cliente/etherled/packet.py index 7bbd18a..545f9a2 100644 --- a/cliente/etherled/packet.py +++ b/cliente/etherled/packet.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # vim: set expandtab tabstop=4 shiftwidth=4 : #---------------------------------------------------------------------------- # Etherled diff --git a/cliente/etherled/protocol.py b/cliente/etherled/protocol.py index fda8ed7..a1236f4 100644 --- a/cliente/etherled/protocol.py +++ b/cliente/etherled/protocol.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # vim: set expandtab tabstop=4 shiftwidth=4 : #---------------------------------------------------------------------------- # Etherled diff --git a/cliente/led.py b/cliente/led.py index 127c32f..abdc26e 100644 --- a/cliente/led.py +++ b/cliente/led.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # vim: set expandtab tabstop=4 shiftwidth=4 : #---------------------------------------------------------------------------- # Etherled -- 2.43.0