fd3a9ebe62
- Change master sites, add icon - Remove leading article from COMMENT - Transfer maintainership to games@ team - Add license (LGPL21) - Use PYGAME instead of PYTHON_SITELIBDIR - Support STAGEDIR - Add DOCS and Option - Use files/farblazer.in instead of construct - Add Desktop entry file - Simplify installation handling - Recreate patch with make makepatch - Add WWW - Recreate pkg-plist with make makeplist
10 lines
305 B
Python
10 lines
305 B
Python
--- ./code/sprites/objrocket.py.orig 2001-08-26 22:43:43.000000000 +0200
|
|
+++ ./code/sprites/objrocket.py 2014-04-09 22:27:18.663886283 +0200
|
|
@@ -6,7 +6,6 @@
|
|
import random
|
|
import pygame
|
|
from pygame.locals import *
|
|
-from pygame.UserRect import UserRect
|
|
import game, gfx
|
|
|
|
from baseairobj import AirObj
|