]> git.llucax.com Git - z.facultad/66.09/etherled.git/commitdiff
Le digo a python que las cosas están en UTF-8 ;)
authorLeandro Lucarella <llucax@gmail.com>
Tue, 13 Dec 2005 23:25:58 +0000 (23:25 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 13 Dec 2005 23:25:58 +0000 (23:25 +0000)
cliente/cetherled.py
cliente/etherled/__init__.py
cliente/etherled/packet.py
cliente/etherled/protocol.py
cliente/led.py

index 7f41608be89815df2a4adf985bb61bb57be3dd2f..966f25a56b079cad3ee347a18e2b327cf7b24ca1 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 # vim: set expandtab tabstop=4 shiftwidth=4 :
 #----------------------------------------------------------------------------
 #                               Etherled
index 11f873a6061ca33d7cb6e43b1ff09123a56c6a15..862142e96e6a3bac53a1f3f8bea05abd0b555c1d 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 # vim: set expandtab tabstop=4 shiftwidth=4 :
 #----------------------------------------------------------------------------
 #                               Etherled
index 7bbd18a4656487989984ead7341634e9d183edd9..545f9a29bd90407ad665cb8c3430656870b45eab 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 # vim: set expandtab tabstop=4 shiftwidth=4 :
 #----------------------------------------------------------------------------
 #                               Etherled
index fda8ed7ae425ce58300c21bf282987a363ff7bef..a1236f482800fd94344f99f8965056783d95e484 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 # vim: set expandtab tabstop=4 shiftwidth=4 :
 #----------------------------------------------------------------------------
 #                               Etherled
index 127c32f68e1de4f605e0dab578626d8c46578eab..abdc26e61f5cd34cb1c0195cd3e5b5b176a6c0e7 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 # vim: set expandtab tabstop=4 shiftwidth=4 :
 #----------------------------------------------------------------------------
 #                               Etherled