Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 6cf983f5fa088959aaeb34f26c8dc789 > files > 2

jools-0.20-11mdv2011.0.src.rpm

--- jools-0.20/jools/__init__.py.sys	2004-05-03 21:45:05.600131687 +0200
+++ jools-0.20/jools/__init__.py	2004-05-03 21:45:22.338050858 +0200
@@ -24,6 +24,7 @@
 # Primary game control loop.
 #
 
+import sys
 
 try:
    import pygame
@@ -31,7 +32,7 @@
    sys.exit("Jools requires Pygame, which does not appear to be installed.")
 
 
-import os, random, sys
+import os, random
 from pygame.locals import *
 
 from globals import *