From: Yong Sheng Gong Date: Mon, 21 Oct 2013 15:15:46 +0000 (+0800) Subject: change seld into self X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0dd9315bd5b3fa6a6b88eeccd0d0438b254986d5;p=openstack-build%2Fneutron-build.git change seld into self Closes-Bug #1242745 Change-Id: If5cc2864dc966eacd4cf30757fd1de15d9992629 --- diff --git a/neutron/db/l3_gwmode_db.py b/neutron/db/l3_gwmode_db.py index 91489274a..a53ee71df 100644 --- a/neutron/db/l3_gwmode_db.py +++ b/neutron/db/l3_gwmode_db.py @@ -40,7 +40,7 @@ class L3_NAT_db_mixin(l3_db.L3_NAT_db_mixin): db_base_plugin_v2.NeutronDbPluginV2.register_dict_extend_funcs( l3.ROUTERS, ['_extend_router_dict_gw_mode']) - def _extend_router_dict_gw_mode(seld, router_res, router_db): + def _extend_router_dict_gw_mode(self, router_res, router_db): if router_db.gw_port_id: nw_id = router_db.gw_port['network_id'] router_res[EXTERNAL_GW_INFO] = {