Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorunknown <Administrator@.(none)>2010-02-04 05:51:48 (GMT)
committer unknown <Administrator@.(none)>2010-02-04 05:51:48 (GMT)
commit8a6887bfd75c4090f249299befe594b7625fa377 (patch)
treea2dd8a26e6926a4baeed46d7bc8fa6f2565028f5
parent112b79b37a1a26466694e7104976a425a0c7f03c (diff)
more tests
-rw-r--r--blocku.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/blocku.py b/blocku.py
index 787a07b..53d58a6 100644
--- a/blocku.py
+++ b/blocku.py
@@ -73,8 +73,8 @@ def main():
pygame.display.set_mode((0, 0), pygame.RESIZABLE)
game = Game()
game.run()
- >>> screen = [1,1,2,2,2,1]
- >>> print screen
+ screen = [1,1,2,2,2,1]
+ print screen
if __name__ == '__main__':
main()