Merge "Fix import in keystone resources"

This commit is contained in:
Jenkins 2015-07-03 02:59:48 +00:00 committed by Gerrit Code Review
commit 01f621998c
2 changed files with 2 additions and 4 deletions

View File

@ -11,11 +11,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import role_assignments
from heat.common.i18n import _
from heat.engine import constraints
from heat.engine import properties
from heat.engine.resources.openstack.keystone import role_assignments
from heat.engine import support

View File

@ -11,11 +11,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import role_assignments
from heat.common.i18n import _
from heat.engine import constraints
from heat.engine import properties
from heat.engine.resources.openstack.keystone import role_assignments
from heat.engine import support