removed 'from base import Loops' from __init__.py

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1894 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-08-09 14:56:32 +00:00
parent db31c2d252
commit f7d860518f

View file

@ -52,7 +52,7 @@
<interface interface=".interfaces.ILoops"
type="zope.app.content.interfaces.IContentType" />
<class class="loops.Loops">
<class class="loops.base.Loops">
<implements
interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />