From be481aacfe88f938bfe58f5bdbc4e2bc9e6670ff Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 14 Oct 2000 06:43:11 +0000 Subject: [PATCH] A little cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/my_distutils.py | 7 ------- wxPython/setup.py | 3 --- 2 files changed, 10 deletions(-) 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, ) - -