Made Player.cleanup complain less

This commit is contained in:
2013-12-14 23:00:50 -05:00
parent 26eb57c61d
commit 48b3900fe2

View File

@@ -7,4 +7,4 @@ class Player(actor.Paddle, event.EventHandler):
actor.Paddle.__init__(self, *args, **kwargs)
def cleanup(self):
raise Exception("lol implement me")
pass