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