fix python utf8 by adding header line

This commit is contained in:
Mathieu Virbel 2012-01-30 10:55:58 +01:00
parent bc5075c5c5
commit b6e0593ca1
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
'''
Label
=====

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
'''
Text Input
==========