Skip to content

Commit

Permalink
pulled out BlitterMode
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenhall committed May 19, 2012
1 parent cb75dc9 commit 499347c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modes/bike.py
Expand Up @@ -7,7 +7,7 @@
import Image
from twisted.python import log

class BikeMode(blitterbike.BlitterMode):
class BikeMode(blitterbike.BlitterBikeMode):
def __init__():
self.bootGif = "gifs/bike.gif"

Expand Down
2 changes: 1 addition & 1 deletion modes/play.py
Expand Up @@ -14,7 +14,7 @@
import ImageOps


class PlayMode (blitterbike.BlitterMode):
class PlayMode (blitterbike.BlitterBikeMode):

def __init__():
self.bootGif = "gifs/play.gif"
Expand Down

0 comments on commit 499347c

Please sign in to comment.