diff --git a/wxPython/my_distutils.py b/wxPython/my_distutils.py index 9f06801bf6..e2ce239a8b 100644 --- a/wxPython/my_distutils.py +++ b/wxPython/my_distutils.py @@ -276,10 +276,3 @@ def contrib_copy_tree(src, dest, verbose=0): mkpath(dest, verbose=verbose) copy_tree(src, dest, update=1, verbose=verbose) - - - - - - - diff --git a/wxPython/setup.py b/wxPython/setup.py index 7b9e22cb3c..750f07d99f 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -108,7 +108,6 @@ if os.name == 'nt': includes = ['src', os.path.join(WXDIR, 'include'), - ##os.path.join(WXDIR, 'contrib/include'), ] defines = [ ('WIN32', None), # Some of these are no longer @@ -434,5 +433,3 @@ setup(name = PKGDIR, ext_modules = wxpExtensions, ) - -