From 1a2e1064a698b151c71ff9c6a2e59ff401c46205 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Mon, 19 Mar 2012 03:30:23 +0000 Subject: add utf-8 encoding to all files --- (limited to 'src/api/Game.py') diff --git a/src/api/Game.py b/src/api/Game.py index 0b89f73..584a208 100755 --- a/src/api/Game.py +++ b/src/api/Game.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import pygame #from pygame.locals import * import pygame.font @@ -155,4 +157,4 @@ class CGame(object): def setBackground(self, aBackgroundImage): self.mBackground = None self.mBackground = aBackgroundImage - self.mScreen.blit(self.mBackground, (0, 0)) \ No newline at end of file + self.mScreen.blit(self.mBackground, (0, 0)) -- cgit v0.9.1