From b86e37e15e2fbb507ae66c2f57a5e0660fdd1a7f Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 26 Apr 2012 15:11:18 -0700 Subject: Fix ordering in HACKING.rst Already fixed in nova. Switched: from nova.endpoint import cloud import nova.flags Change-Id: I5d4f64d0710c8bb12031c3960401f6d6d2a67843 --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index cd2380d..39f94df 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -73,8 +73,8 @@ Example:: import nova.api.ec2 from nova.api import openstack from nova.auth import users - import nova.flags from nova.endpoint import cloud + import nova.flags from nova import test -- cgit