From e6a23e394a24b4da2b25172c35fc29ba24735e81 Mon Sep 17 00:00:00 2001 From: termie Date: Wed, 22 Feb 2012 14:43:49 -0800 Subject: fix the style guide to match the code Change-Id: Ia06e64d6184393323162cdbb39239ab49e8749a0 --- HACKING.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index e9b36c64..f1d9be4f 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -57,12 +57,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 -- cgit