X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/7abe2bbcea5cea86b3c47d6bd16fd69c9a16b17e..4d2df72d45010885c2f778c9f24ea1e2dfef53f2:/cliente/etherled/__init__.py diff --git a/cliente/etherled/__init__.py b/cliente/etherled/__init__.py index 040f8d4..862142e 100644 --- a/cliente/etherled/__init__.py +++ b/cliente/etherled/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- # vim: set expandtab tabstop=4 shiftwidth=4 : #---------------------------------------------------------------------------- # Etherled @@ -20,7 +20,7 @@ # with etherled; if not, write to the Free Software Foundation, Inc., 59 # Temple Place, Suite 330, Boston, MA 02111-1307 USA #---------------------------------------------------------------------------- -# Creado: sáb oct 29 21:56:59 ART 2005 +# Creado: sáb oct 29 21:56:59 ART 2005 # Autores: Leandro Lucarella #----------------------------------------------------------------------------