summaryrefslogtreecommitdiffstats
path: root/HACKING.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-23 23:51:37 +0000
committerGerrit Code Review <review@openstack.org>2012-02-23 23:51:37 +0000
commit81f28efee212e6a2629f2e548053e7dd989b2a2e (patch)
tree8e2b23ed144fb5dd8f771fc5b1463416d41b237d /HACKING.rst
parentbaedc454b128292f19f741969101245640ca3cdc (diff)
parente6a23e394a24b4da2b25172c35fc29ba24735e81 (diff)
downloadkeystone-81f28efee212e6a2629f2e548053e7dd989b2a2e.tar.gz
keystone-81f28efee212e6a2629f2e548053e7dd989b2a2e.tar.xz
keystone-81f28efee212e6a2629f2e548053e7dd989b2a2e.zip
Merge "fix the style guide to match the code"
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/HACKING.rst b/HACKING.rst
index e6dc568b..7da18977 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -58,12 +58,14 @@ Example::
import eventlet
import webob.exc
- import nova.api.ec2
+ from nova import test
+ from nova import utils
from nova.api import openstack
+ from nova.auth import ldap
from nova.auth import users
- import nova.flags
from nova.endpoint import cloud
- from nova import test
+ import nova.flags
+ import nova.api.ec2
Docstrings