Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests/DrawableObjectMoveScaleTest.py
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-15 16:53:49 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-15 16:53:49 (GMT)
commitd2ccd7c32087cffa1ecb1a800ca2c7244b22a888 (patch)
treec3b2410dd114a5d866c05e3683f54672783c851e /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parent167acb1bce516c0fa612d1c0e646b75424ad5c35 (diff)
Updating tests
Diffstat (limited to 'DrawableObjectTests/DrawableObjectMoveScaleTest.py')
-rwxr-xr-xDrawableObjectTests/DrawableObjectMoveScaleTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DrawableObjectTests/DrawableObjectMoveScaleTest.py b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
index f3c36ce..de8dc4c 100755
--- a/DrawableObjectTests/DrawableObjectMoveScaleTest.py
+++ b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
@@ -22,7 +22,7 @@ screen = pygame.display.set_mode(SIZE) #Screen Set 600x400
screen.fill((BACKGROUNDR, BACKGROUNDG, BACKGROUNDB))
-def blitAndFlip(self):
+def blitAndFlip():
screen.fill((BACKGROUNDR, BACKGROUNDG, BACKGROUNDB))
cn = 0
while cnt < myScene.getListSize():