diff gamelib/sound.py @ 123:3b293e3b8829

Add missing pygame import
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:47:13 +0200
parents 18ffaaaa27e7
children d2f94f42edf3
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 = {}