Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Saludame.activity/utilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'Saludame.activity/utilities.py')
-rw-r--r--Saludame.activity/utilities.py17
1 files changed, 16 insertions, 1 deletions
diff --git a/Saludame.activity/utilities.py b/Saludame.activity/utilities.py
index 9bc5f80..726a8c2 100644
--- a/Saludame.activity/utilities.py
+++ b/Saludame.activity/utilities.py
@@ -1,5 +1,21 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2011 ceibalJAM! - ceibaljam.org
+# This file is part of Saludame.
+#
+# Saludame is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Saludame is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with Saludame. If not, see <http://www.gnu.org/licenses/>.
+
import gui
import pygame
import os
@@ -33,7 +49,6 @@ get_font = gui.get_font
# Paths controls
def check_image(image_path):
try:
- print image_path
pygame.image.load(image_path)
return True
except: