]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Metaclass Python 3.x Compatibility
authorSteven Gonzales <stevendgonzales@gmail.com>
Mon, 12 May 2014 14:51:13 +0000 (07:51 -0700)
committerSteven Gonzales <stevendgonzales@gmail.com>
Wed, 21 May 2014 18:01:41 +0000 (13:01 -0500)
commit14991ddf9ce7db3a7873b4aa5f8dfa5d61c9b1d9
treebd8663ec3d05fd7f13156c79b1033e4d5096a6e6
parent43561d4e6d0eb5d1b32db6880f2e19930d91a192
Metaclass Python 3.x Compatibility

According to the OpenStack style guide
(http://docs.openstack.org/developer/hacking/),
for Python 3.x compatibility use "six.add_metaclass"
instead of " __metaclass__."

Closes-Bug: #1236648
Change-Id: I2f507a90ee08cc05bd764549002a4656c187b6fc
neutron/services/vpn/device_drivers/cisco_ipsec.py