Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Libreta_de_Lectura.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2012-08-12 20:26:04 (GMT)
committer flavio <fdanesse@gmail.com>2012-08-12 20:26:04 (GMT)
commitdbd89c7514edc93915cc12b535d875f94e4f3109 (patch)
treeed66775f4869a76d5c1b40524b15eb1466a22196 /Libreta_de_Lectura.py
parent9d57ae40095b2928672b2f4b23a87b8d5927753e (diff)
Correcciones y actualizacion a sugar 0.94HEADmaster
Diffstat (limited to 'Libreta_de_Lectura.py')
-rw-r--r--Libreta_de_Lectura.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Libreta_de_Lectura.py b/Libreta_de_Lectura.py
index 905a07b..244ded1 100644
--- a/Libreta_de_Lectura.py
+++ b/Libreta_de_Lectura.py
@@ -19,7 +19,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-import pygame, gc, subprocess
+import pygame
+import gc
+import subprocess
+
from pygame.locals import *
gc.enable()