]> git.saurik.com Git - wxWidgets.git/commitdiff
don't need to import xml.sax anymore
authorRobin Dunn <robin@alldunn.com>
Wed, 2 Mar 2005 20:38:43 +0000 (20:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 2 Mar 2005 20:38:43 +0000 (20:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py

index 485564b04915f2afd577d886d83d7099706d0f35..5c587e9ca65e9fe2425f8e15be9967e141b6ddd9 100644 (file)
@@ -884,8 +884,6 @@ depends = [ #'include/wx/wxPython/wxPython.h',
 ####################################
 
 import pprint
-import xml.sax            
-
 try:
     import libxml2
     FOUND_LIBXML2 = True