~justizin/zope.principalregistry/id_marker_lp_569541

« back to all changes in this revision

Viewing changes to src/zope/principalregistry/principalregistry.py

  • Committer: Justin Alan Ryan
  • Date: 2010-06-03 00:28:53 UTC
  • Revision ID: fgr@tian-20100603002853-pq2klwgh2gfi3o6c
remove $ marker per lp:569541.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#
13
13
##############################################################################
14
14
"""Global Authentication Utility or Principal Registry
15
 
 
16
 
$Id$
17
15
"""
18
16
from zope.component import getUtility
19
17
from zope.interface import implements