engine: convert to 'new style' classes
[base2-runner.git] / engine / SeamlessBackground.py
index ebdd66b..e145ad0 100755 (executable)
@@ -6,7 +6,7 @@
 
 import os, time, pygame, engine
 
-class SeamlessBackground:
+class SeamlessBackground(object):
  """ The game window has a scrolling background image that is seamless, which allows it to be tiled
      so that as the viewport scrolls the image appears to be continuous in both directions.