[Zope3-checkins] CVS: Packages/ZConfig - url.py:1.6

Fred L. Drake, Jr. fred@zope.com
Tue, 4 Feb 2003 12:27:05 -0500


Update of /cvs-repository/Packages/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv25659

Modified Files:
	url.py 
Log Message:
Remove unused imports.


=== Packages/ZConfig/url.py 1.5 => 1.6 ===
--- Packages/ZConfig/url.py:1.5	Wed Jan 15 13:44:33 2003
+++ Packages/ZConfig/url.py	Tue Feb  4 12:27:02 2003
@@ -17,10 +17,7 @@
 hostpart seperator; the functions here enforce this constraint.
 """
 
-import posixpath as _posixpath
 import urlparse as _urlparse
-
-from urllib import splittype as _splittype
 
 try:
     from urlparse import urlsplit