]> git.pld-linux.org Git - packages/childsplay.git/blame - childsplay-install.patch
- up to 0.81.7
[packages/childsplay.git] / childsplay-install.patch
CommitLineData
3c04b473
JK
1--- childsplay-0.81.1/install.py 2005-11-13 13:46:03.000000000 +0100
2+++ childsplay-0.81.1/install.py 2006-01-18 20:42:52.000000000 +0100
3@@ -52,7 +52,7 @@
4 if len(sys.argv) == 3:
5 if sys.argv[1] == '--compile':
6 try:
7- compileall.compile_dir(sys.argv[2],quiet=1)
8+ compileall.compile_dir(sys.argv[2])
9 except TypeError:
10 compileall.compile_dir(sys.argv[2])
11 elif sys.argv[1] == '--checkversion':
This page took 0.082204 seconds and 4 git commands to generate.