diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-23 23:51:37 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-23 23:51:37 +0000 |
| commit | 81f28efee212e6a2629f2e548053e7dd989b2a2e (patch) | |
| tree | 8e2b23ed144fb5dd8f771fc5b1463416d41b237d | |
| parent | baedc454b128292f19f741969101245640ca3cdc (diff) | |
| parent | e6a23e394a24b4da2b25172c35fc29ba24735e81 (diff) | |
Merge "fix the style guide to match the code"
| -rw-r--r-- | HACKING.rst | 8 |
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 |
