]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removing vim header lines
authorMohammad Banikazemi <mb@us.ibm.com>
Mon, 31 Mar 2014 17:01:47 +0000 (13:01 -0400)
committerMohammad Banikazemi <mb@us.ibm.com>
Tue, 1 Apr 2014 14:38:31 +0000 (10:38 -0400)
commit5a701d730ae2db05c549721fccf3409d4390ab61
treefd5ce78694f2f3ed3e960e55ee0ee8505c42adbe
parentb94464385862fd9b4f675bd09b7ebf7f2ad706c5
Removing vim header lines

Simply removes the vim header line and the empty line
following it (when present) for files in the api, db, and
extenssions base directories. In one single _init_ file in
this patchset, all comment lines are removed.

Change-Id: I81b7168dc2ad74b8c30a87e50a531e157851499e
Partial-Bug: 1229324
36 files changed:
neutron/api/api_common.py
neutron/api/extensions.py
neutron/api/versions.py
neutron/db/agents_db.py
neutron/db/agentschedulers_db.py
neutron/db/db_base_plugin_v2.py
neutron/db/external_net_db.py
neutron/db/extraroute_db.py
neutron/db/l3_agentschedulers_db.py
neutron/db/models_v2.py
neutron/db/portbindings_base.py
neutron/db/portbindings_db.py
neutron/db/quota_db.py
neutron/db/routedserviceinsertion_db.py
neutron/db/routerservicetype_db.py
neutron/db/securitygroups_rpc_base.py
neutron/db/servicetype_db.py
neutron/db/sqlalchemyutils.py
neutron/extensions/__init__.py
neutron/extensions/dhcpagentscheduler.py
neutron/extensions/external_net.py
neutron/extensions/extraroute.py
neutron/extensions/firewall.py
neutron/extensions/flavor.py
neutron/extensions/l3agentscheduler.py
neutron/extensions/lbaas_agentscheduler.py
neutron/extensions/loadbalancer.py
neutron/extensions/multiprovidernet.py
neutron/extensions/portbindings.py
neutron/extensions/providernet.py
neutron/extensions/quotasv2.py
neutron/extensions/routedserviceinsertion.py
neutron/extensions/routerservicetype.py
neutron/extensions/securitygroup.py
neutron/extensions/servicetype.py
neutron/extensions/vpnaas.py