make the three python snippet's coding utf-8

This commit is contained in:
Zhang Chiyuan 2008-04-07 14:13:55 +00:00
parent 0b303463c9
commit 67735deda2
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# name: class # name: class
# contributor: Orestis Markou # contributor: Orestis Markou
# contributor: Nishio Hirokazu # contributor: Nishio Hirokazu

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# name: def # name: def
# contributor: Orestis Markou # contributor: Orestis Markou
# contributor: Yasser González Fernández <yglez@uh.cu> # contributor: Yasser González Fernández <yglez@uh.cu>

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# name: defm # name: defm
# contributor: Yasser Gonz¨˘lez Fern¨˘ndez <yglez@uh.cu> # contributor: Yasser Gonz¨¢lez Fern¨¢ndez <yglez@uh.cu>
# -- # --
def ${1:name}(self, $2): def ${1:name}(self, $2):
"""$3 """$3