1 from zope.interface import Interface 2 3 -class ICurrentDN(Interface): 4 """Marker interface for current DN for Ldaptor-webui.""" 5