
Moving Sahara related code to openstack_dashboard/contrib Partial: blueprint plugin-sanity Change-Id: I361f634b9d26d7b01705514df7afecf97964904b
6 lines
86 B
Python
6 lines
86 B
Python
from openstack_dashboard.contrib.sahara.api import sahara
|
|
|
|
__all__ = [
|
|
"sahara"
|
|
]
|