updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / mypaint-devel / python2.patch
blob05cd92529a052c80afb1e90122a95a3bc15222c2
1 diff --git a/brushlib/SConscript b/brushlib/SConscript
2 index cebdfc6..f6e74a7 100644
3 --- a/brushlib/SConscript
4 +++ b/brushlib/SConscript
5 @@ -1,5 +1,5 @@
6 Import('env')
7 -env.Execute('python generate.py')
8 +env.Execute('python2 generate.py')
9 env.Clean('.', 'brushsettings.hpp')
10 env.Clean('.', Glob('*.pyc'))