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:
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