Renamed ServiceApi router module

This commit is contained in:
Dolph Mathews 2011-07-12 10:51:09 -05:00
parent 8628fb5f7d
commit aff79a3695
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ HTTP_X_AUTHORIZATION: the client identity being passed in
"""
from keystone.backends import alterdb, sqlalchemy #@UnusedImport (?)
from keystone.routers.public import ServiceApi
from keystone.routers.service import ServiceApi
from keystone.routers.admin import AdminApi
def app_factory(global_conf, **local_conf):