]> git.pld-linux.org Git - packages/duckmaze.git/commitdiff
- add paths contains game .py files to sys.path
authorlisu <lisu@pld-linux.org>
Fri, 30 Nov 2007 01:30:44 +0000 (01:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    duckmaze-import.patch -> 1.1

duckmaze-import.patch [new file with mode: 0644]

diff --git a/duckmaze-import.patch b/duckmaze-import.patch
new file mode 100644 (file)
index 0000000..4f57990
--- /dev/null
@@ -0,0 +1,11 @@
+--- duckmaze-pc-0.2/duckmaze.py~       2007-11-30 03:11:12.000000000 +0100
++++ duckmaze-pc-0.2/duckmaze.py        2007-11-30 03:09:56.000000000 +0100
+@@ -20,6 +20,8 @@
+ #
+ import pygame, os, sys, random, gc, md5
++sys.path.append('/usr/share/duckmaze')
++sys.path.append('/usr/share/duckmaze/mopelib')
+ from pygame.locals import *
+ from mopelib import mopelib
+ import level_editor
This page took 0.070079 seconds and 4 git commands to generate.