Changeset 5658
- Timestamp:
- 11/10/08 14:37:14 (2 months ago)
- Files:
-
- trunk/setup.py (modified) (1 diff)
- trunk/tg/configuration.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/setup.py
r5635 r5658 36 36 'Pylons>=0.9.7beta3', 37 37 'ToscaWidgets>=0.9', 38 ' tgext.authorization',38 'repoze.what', 39 39 'SQLAlchemy>=0.5beta3', 40 40 ], trunk/tg/configuration.py
r5650 r5658 321 321 def add_auth_middleware(self, app): 322 322 """Configure authorization/authentication""" 323 from tgext.authorization.quickstart import setup_sql_auth323 from repoze.what.quickstart import setup_sql_auth 324 324 325 325 auth = self.sa_auth