engine: convert to 'new style' classes
[base2-runner.git] / engine / Channel.py
index 12f6215..1fbd4c6 100755 (executable)
@@ -7,7 +7,7 @@
 import os, random, pygame
 import engine
 
-class Channel:
+class Channel(object):
  """ Represents an audio output. Can represent a user-created SDL channel or the single
  Music channel (which can load/play Ogg, MP3 and other audio media). The Music channel
  can be primed with a playlist which will shuffle and loop.