diff options
| author | Andrew Bogott <abogott@wikimedia.org> | 2012-03-23 16:26:27 -0500 |
|---|---|---|
| committer | Andrew Bogott <abogott@wikimedia.org> | 2012-03-23 16:30:01 -0500 |
| commit | d1409adb0c4b94cda3f07e47ed208a2642ba8cf4 (patch) | |
| tree | 449c2819a53ef4b306b2b216f61d8efa9d4dd0cf | |
| parent | c0f678778afefc71649253e685e8f5d6af96b3a9 (diff) | |
Reordered the alphabet.
Just putting this out there... I'm pretty sure that
import nova.flags
comes after
from nova.endpoint import cloud
Unless I'm totally misunderstanding how this is supposed to work,
which is likely.
Change-Id: I51096ab25dbca42d73a593872b83b25f2c451210
| -rw-r--r-- | HACKING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst index 4d9a1b3f2..e1fc99fd9 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -64,8 +64,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 |
