Fixed encoding declaration in textinput.py

This commit is contained in:
Alexander Taylor 2014-07-27 22:49:30 +01:00
parent a72da6ebf7
commit 2803b266c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# -*- encoding: utf8 -*-
# -*- encoding: utf-8 -*-
'''
Text Input
==========