[z3-checkins] r23631 - z3/Five/branch/Five-1.2
alecm at codespeak.net
alecm at codespeak.net
Fri Feb 24 00:01:35 CET 2006
Author: alecm
Date: Fri Feb 24 00:01:33 2006
New Revision: 23631
Modified:
z3/Five/branch/Five-1.2/traversable.py
Log:
Remove unused import
Modified: z3/Five/branch/Five-1.2/traversable.py
==============================================================================
--- z3/Five/branch/Five-1.2/traversable.py (original)
+++ z3/Five/branch/Five-1.2/traversable.py Fri Feb 24 00:01:33 2006
@@ -16,8 +16,6 @@
$Id$
"""
from zExceptions import NotFound
-from ZPublisher import xmlrpc
-
from zope.exceptions import NotFoundError
from zope.component import getView, ComponentLookupError
from zope.interface import implements
More information about the z3-checkins
mailing list