Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools.py')
-rw-r--r--tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.py b/tools.py
index f7cc91e..e60480e 100644
--- a/tools.py
+++ b/tools.py
@@ -25,6 +25,7 @@
#==================================================================
import pygame
from helpers import *
+from pygame.locals import *
from gettext import gettext as _
from sugar3.graphics.alert import ConfirmationAlert
from gi.repository import Gtk