Lines 1-6
Link Here
|
1 |
--- config.py.orig 2013-12-13 11:26:53.752427019 -0200 |
1 |
--- config.py.orig 2011-07-14 03:48:39 UTC |
2 |
+++ config.py 2013-12-13 11:28:04.575423576 -0200 |
2 |
+++ config.py |
3 |
@@ -38,7 +38,7 @@ |
3 |
@@ -38,7 +38,7 @@ from distutils.dir_util import mkpath |
4 |
from distutils.dep_util import newer |
4 |
from distutils.dep_util import newer |
5 |
from distutils.spawn import spawn |
5 |
from distutils.spawn import spawn |
6 |
|
6 |
|
Lines 9-15
Link Here
|
9 |
import distutils.command.install_data |
9 |
import distutils.command.install_data |
10 |
import distutils.command.install_headers |
10 |
import distutils.command.install_headers |
11 |
import distutils.command.clean |
11 |
import distutils.command.clean |
12 |
@@ -480,7 +480,7 @@ |
12 |
@@ -480,7 +480,7 @@ class wx_extra_clean(distutils.command.c |
13 |
# is used in our package build. If we detect that the current |
13 |
# is used in our package build. If we detect that the current |
14 |
# distutils does not have it then make sure that it is removed from |
14 |
# distutils does not have it then make sure that it is removed from |
15 |
# the command-line options, otherwise the build will fail. |
15 |
# the command-line options, otherwise the build will fail. |
Lines 18-24
Link Here
|
18 |
if item[0] == 'install-layout=': |
18 |
if item[0] == 'install-layout=': |
19 |
break |
19 |
break |
20 |
else: |
20 |
else: |
21 |
@@ -491,12 +491,12 @@ |
21 |
@@ -491,12 +491,12 @@ else: |
22 |
|
22 |
|
23 |
|
23 |
|
24 |
|
24 |
|