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
This commit is contained in:
Andrew Bogott
2012年03月23日 16:26:27 -05:00
parent c0f678778a
commit d1409adb0c

View File

@@ -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
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.