summaryrefslogtreecommitdiffstats
path: root/HACKING.rst
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-04-26 15:11:18 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-04-26 15:13:55 -0700
commitb86e37e15e2fbb507ae66c2f57a5e0660fdd1a7f (patch)
treedf053a8085257b3cbc9b31752b1e1022abc17147 /HACKING.rst
parent9768498a537f6046e30920982cf54c91d08d79fa (diff)
downloadoslo-b86e37e15e2fbb507ae66c2f57a5e0660fdd1a7f.tar.gz
oslo-b86e37e15e2fbb507ae66c2f57a5e0660fdd1a7f.tar.xz
oslo-b86e37e15e2fbb507ae66c2f57a5e0660fdd1a7f.zip
Fix ordering in HACKING.rst
Already fixed in nova. Switched: from nova.endpoint import cloud import nova.flags Change-Id: I5d4f64d0710c8bb12031c3960401f6d6d2a67843
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
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