Converted source files containing 'ć' non-ASCII characters to UTF-8 format.

This commit is contained in:
Jurko Gospodnetić 2012-04-17 12:51:03 +02:00
parent 5a5882bcda
commit ea1b648850
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: cp1250 -*-
# -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the (LGPL) GNU Lesser General Public License as
@ -14,4 +14,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# written by: Jurko Gospodnetiæ ( jurko.gospodnetic@pke.hr )
# written by: Jurko Gospodnetić ( jurko.gospodnetic@pke.hr )

View File

@ -1,4 +1,4 @@
# -*- coding: cp1250 -*-
# -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the (LGPL) GNU Lesser General Public License as
@ -14,7 +14,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# written by: Jurko Gospodnetiæ ( jurko.gospodnetic@pke.hr )
# written by: Jurko Gospodnetić ( jurko.gospodnetic@pke.hr )
"""
General suds Python library unit tests.