]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix wrong example in HACKING.rst
authorZhiQiang Fan <aji.zqfan@gmail.com>
Sun, 18 Aug 2013 06:17:40 +0000 (14:17 +0800)
committerZhiQiang Fan <aji.zqfan@gmail.com>
Sun, 18 Aug 2013 06:26:36 +0000 (14:26 +0800)
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

HACKING.rst

index 98c8a126381aeafee804ef413add452cc84473be..8801eea9e9dd0327850f6406e7e5e4e7ea87636f 100644 (file)
@@ -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