Changeset 5658

Show
Ignore:
Timestamp:
11/10/08 14:37:14 (2 months ago)
Author:
Gustavo
Message:

Replaced occurences of "tgext.authorization" by "repoze.what".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r5635 r5658  
    3636        'Pylons>=0.9.7beta3', 
    3737        'ToscaWidgets>=0.9', 
    38         'tgext.authorization', 
     38        'repoze.what', 
    3939        'SQLAlchemy>=0.5beta3', 
    4040    ], 
  • trunk/tg/configuration.py

    r5650 r5658  
    321321    def add_auth_middleware(self, app): 
    322322        """Configure authorization/authentication""" 
    323         from tgext.authorization.quickstart import setup_sql_auth 
     323        from repoze.what.quickstart import setup_sql_auth 
    324324 
    325325        auth = self.sa_auth