changeset 101:41db9f3ba29e

Add missing sys import.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 17:26:01 +0000
parents e90068d1f374
children b7b2969a79c4
files gamelib/sound.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/sound.py	Wed Sep 02 17:24:58 2009 +0000
+++ b/gamelib/sound.py	Wed Sep 02 17:26:01 2009 +0000
@@ -1,5 +1,6 @@
 import os
 import pygame
+import sys
 
 import data
 import constants