Fix ordering in HACKING.rst

Already fixed in nova.

Switched:
from nova.endpoint import cloud
import nova.flags

Change-Id: I5d4f64d0710c8bb12031c3960401f6d6d2a67843
This commit is contained in:
Joe Gordon 2012-04-26 15:11:18 -07:00
parent 9768498a53
commit b86e37e15e
1 changed files with 1 additions and 1 deletions

View File

@ -73,8 +73,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