*         I have seen that the module 'oslo.config' have changed to 
'oslo_config' in Kilo but in Juno it is still 'oslo.config'.

I want my code work compatibly both for Juno and Kilo so I import this module 
in this way:

try:
    from oslo_config import cfg
except:
from oslo.config import cfg

*         Does this way of importing module will be accepted by the 
community<app:ds:community>? Or is there any other better way<app:ds:way>?

Thanks and regards,
Liu

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to