changeset 123:3b293e3b8829

Add missing pygame import
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:47:13 +0200
parents d2f84f22def0
children 97322b78d1c1
files gamelib/sound.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/sound.py	Tue Aug 24 17:45:46 2010 +0200
+++ b/gamelib/sound.py	Tue Aug 24 17:47:13 2010 +0200
@@ -6,6 +6,7 @@
 
 import os
 
+import pygame
 from albow.resource import _resource_path, dummy_sound
 
 sound_cache = {}