Changeset 6362


Ignore:
Timestamp:
12 Jun 2011, 23:17:47 (13 years ago)
Author:
uli
Message:

Remove BBB imports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/app.py

    r6361 r6362  
    22import logging
    33import os
    4 try:
    5     from zope.authentication.interfaces import IAuthentication
    6 except:
    7     # BBB
    8     from zope.app.security.interfaces import IAuthentication
     4from zope.authentication.interfaces import IAuthentication
    95from zope.component import createObject, getUtilitiesFor
    106from zope.component.interfaces import ObjectEvent
    11 try:
    12     from zope.pluggableauth import PluggableAuthentication
    13 except ImportError:
    14     # BBB
    15     from zope.app.authentication.authentication import PluggableAuthentication
    16 
     7from zope.pluggableauth import PluggableAuthentication
    178from waeup.sirp.authentication import setup_authentication
    189from waeup.sirp.datacenter import DataCenter
Note: See TracChangeset for help on using the changeset viewer.