diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -35,9 +35,8 @@ setup( entry_points={ 'paste.app_factory': ['main=identity:app_factory'], 'paste.filter_factory': [ - 'papiauth=keystone.middleware.papiauth:filter_factory', - 'tokenauth=keystone.auth_protocol.' + - 'auth_protocol_token:filter_factory', + 'papiauth=keystone:papiauth_factory', + 'tokenauth=keystone:tokenauth_factory', ], }, ) |
