changeset 583:66c2e084b8b3 pyntnclick

Remove unused import and fix comment.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 11 Feb 2012 16:43:05 +0200
parents 522afd63090c
children 96ff2d8a8a9a
files pyntnclick/sound.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pyntnclick/sound.py	Sat Feb 11 16:40:41 2012 +0200
+++ b/pyntnclick/sound.py	Sat Feb 11 16:43:05 2012 +0200
@@ -1,11 +1,9 @@
-# Sound management for Suspended Sentence
+# sound management for pyntnclick
 
 # This re-implements some of the albow.resource code to
 # a) work around an annoying bugs
 # b) add some missing functionality (disable_sound)
 
-import os
-
 import pygame
 
 try: