comparison pyntnclick/sound.py @ 633:4206da1f742d pyntnclick

Remove outdated comment
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 22:41:33 +0200
parents 8b78fc07a862
children
comparison
equal deleted inserted replaced
632:6ba418db1e84 633:4206da1f742d
1 # sound management for pyntnclick 1 # sound management for pyntnclick
2
3 # This re-implements some of the albow.resource code to
4 # a) work around an annoying bugs
5 # b) add some missing functionality (disable_sound)
6 2
7 from random import randrange 3 from random import randrange
8 4
9 5
10 import pygame 6 import pygame