comparison pyntnclick/sound.py @ 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 ccc26c23d2c1
children 660ef5793886
comparison
equal deleted inserted replaced
582:522afd63090c 583:66c2e084b8b3
1 # Sound management for Suspended Sentence 1 # sound management for pyntnclick
2 2
3 # This re-implements some of the albow.resource code to 3 # This re-implements some of the albow.resource code to
4 # a) work around an annoying bugs 4 # a) work around an annoying bugs
5 # b) add some missing functionality (disable_sound) 5 # b) add some missing functionality (disable_sound)
6
7 import os
8 6
9 import pygame 7 import pygame
10 8
11 try: 9 try:
12 from pygame.mixer import Sound as pygame_Sound 10 from pygame.mixer import Sound as pygame_Sound