Changeset 5676

Show
Ignore:
Timestamp:
11/15/08 15:02:17 (2 months ago)
Author:
Gustavo
Message:

The repoze.what SQL plugin and its "quickstart" module are now developed independently of the repoze.what core, in the repoze.what.plugins.sql package. Updated dependencies and imports accordingly.

Files:

Legend:

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

    r5671 r5676  
    3434        'ToscaWidgets>=0.9', 
    3535        'repoze.what', 
     36        'repoze.what.plugins.sql', 
    3637        'SQLAlchemy>=0.5beta3', 
    3738    ], 
  • trunk/tg/configuration.py

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