Skip to content

Commit

Permalink
Made the first registration-related tests pass. See the TXT files in
Browse files Browse the repository at this point in the history
zope.app.component.

Along the way I noticed that there are many circular imports in all of 
this code. I think that my refactorings will improve the situation.
  • Loading branch information
strichter committed Dec 23, 2004
1 parent 35cc5c9 commit cfbc155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zopepublication.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from zope.app.security.principalregistry import principalRegistry as prin_reg
from zope.app.security.interfaces import IUnauthenticatedPrincipal
from zope.app.security.interfaces import IAuthenticationUtility
from zope.app.site.interfaces import ISite
from zope.app.component.interfaces import ISite
from zope.app.traversing.interfaces import IPhysicallyLocatable

class Cleanup(object):
Expand Down

0 comments on commit cfbc155

Please sign in to comment.