[Zope3-checkins] CVS: Zope3/src/zope/app/services - hub.py:1.14

Steve Alexander steve@cat-box.net
Sat, 7 Jun 2003 03:24:23 -0400


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv11146/src/zope/app/services

Modified Files:
	hub.py 
Log Message:
Fixed collector issue   http://collector.zope.org/Zope3-dev/163.



=== Zope3/src/zope/app/services/hub.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/services/hub.py:1.13	Sat Jun  7 01:31:58 2003
+++ Zope3/src/zope/app/services/hub.py	Sat Jun  7 03:23:52 2003
@@ -280,7 +280,6 @@
         #     refactoring that. So, I'll do it here for now.
         if not pathslash.startswith(u'/'):
             raise ValueError('Path must be absolute, not relative:', path)
-
         path_to_hubid = clean_self.__path_to_hubid
         if path_to_hubid.has_key(pathslash):
             raise ObjectHubError('path %s already in object hub' % path)