Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/api/Image.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-03-19 03:30:23 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-03-19 03:30:23 (GMT)
commit1a2e1064a698b151c71ff9c6a2e59ff401c46205 (patch)
treecfaab62fc8268ceb7b3c8783c3245e2b278d61d8 /src/api/Image.py
parent5964655a3fb3a1a081a4433579867d06ad1f0ab4 (diff)
add utf-8 encoding to all files
Diffstat (limited to 'src/api/Image.py')
-rwxr-xr-xsrc/api/Image.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/api/Image.py b/src/api/Image.py
index 7630c15..3351c1b 100755
--- a/src/api/Image.py
+++ b/src/api/Image.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
import pygame
# ------------------------------------------------------------------------------
@@ -26,4 +28,4 @@ def loadImage(aImageFilename, aIsTransparent = True):
else:
image = image.convert()
- return image \ No newline at end of file
+ return image