[Python-checkins] python/nondist/sandbox/Lib davlib.py,1.1,1.2

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 17 Dec 2002 10:41:17 -0800


Update of /cvsroot/python/python/nondist/sandbox/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv14316

Modified Files:
	davlib.py 
Log Message:
In the PyXML package, qp_xml is in xml.utils
(This has been sitting in my tree for a few months.)


Index: davlib.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/Lib/davlib.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** davlib.py	11 Sep 2001 01:27:38 -0000	1.1
--- davlib.py	17 Dec 2002 18:41:14 -0000	1.2
***************
*** 10,14 ****
  import types
  import mimetypes
! import qp_xml
  
  
--- 10,14 ----
  import types
  import mimetypes
! from xml.utils import qp_xml