]> git.pld-linux.org Git - packages/childsplay.git/blob - childsplay-install.patch
- up to 0.81.7
[packages/childsplay.git] / childsplay-install.patch
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.099415 seconds and 3 git commands to generate.