]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Santhosh/Vinkesh | Fixed all the pep8 violations. Modified the 'req' to 'request...
authorSanthosh <santhom@thoughtworks.com>
Wed, 8 Jun 2011 10:21:47 +0000 (15:51 +0530)
committerSanthosh <santhom@thoughtworks.com>
Wed, 8 Jun 2011 10:21:47 +0000 (15:51 +0530)
commitfed70a5272a03b9d1a1a0f27df4236091b1ac882
tree1457ccb37b429b67dd840023b5e8453d9be87e3f
parent6458fa7cff6bda9a82aa598bcf9d03c76136ccd0
Santhosh/Vinkesh | Fixed all the pep8 violations. Modified the 'req' to 'request' across all the services and wsgi so that it's consistent with other projects
26 files changed:
bin/quantum
etc/quantum.conf.test
quantum/api/__init__.py
quantum/api/faults.py
quantum/api/networks.py
quantum/api/ports.py
quantum/api/views/__init__.py
quantum/api/views/networks.py
quantum/api/views/ports.py
quantum/cli.py
quantum/common/config.py
quantum/common/exceptions.py
quantum/common/flags.py
quantum/common/utils.py
quantum/common/wsgi.py
quantum/db/api.py
quantum/db/models.py
quantum/manager.py
quantum/plugins/SamplePlugin.py
quantum/plugins/__init__.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/ovs_db.py
quantum/plugins/openvswitch/ovs_models.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
tests/functional/miniclient.py
tests/functional/test_service.py