From: ZhiQiang Fan Date: Sun, 18 Aug 2013 06:17:40 +0000 (+0800) Subject: Fix wrong example in HACKING.rst X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b719f21cd9112578aa2bcb1304fdf4d3dfa90e73;p=openstack-build%2Fneutron-build.git Fix wrong example in HACKING.rst Example of Human Alphabetical Order Examples section in HACKING.rst is wrong, this patch fixes it to the right order. Closes-Bug: #1213568 Change-Id: Ib7f8baf20c437c3fa776201998c36f33bdde2f78 --- diff --git a/HACKING.rst b/HACKING.rst index 98c8a1263..8801eea9e 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -75,8 +75,8 @@ Example:: from neutron.api import ports from neutron.db import models from neutron.extensions import multiport - from neutron.openstack.common import log as logging import neutron.manager + from neutron.openstack.common import log as logging from neutron import service