50756599b5
Change-Id: I20a1091eb052d7540440e32cc9c802272fd4ae5c
4 lines
145 B
Python
4 lines
145 B
Python
from pecan.deploy import deploy
|
|
from orm.base_config import ranger_base
|
|
application = deploy(ranger_base+'/orm/services/id_generator/config.py')
|