]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: do not use types.ClassType
authorCyril Roelandt <cyril@redhat.com>
Wed, 15 Jul 2015 11:54:51 +0000 (11:54 +0000)
committerCyril Roelandt <cyril@redhat.com>
Wed, 15 Jul 2015 22:58:40 +0000 (00:58 +0200)
commite2fb74e1964a2f9cb1777c8f8a34a70f1b733be0
tree6239f73eb8837aabd0b35cc507a56fdebd635746
parenta34ad90ee81989e8708dccf837bb76cf829c9671
Python 3: do not use types.ClassType

In Python 3, one should just use 'type'. Still, the use of "ClassType" does not
seem necessary here, so just fix the tests.

Change-Id: I5574926fc338110cc989bf185fa454ec26f4d530
Blueprint: neutron-python3
neutron/tests/unit/ipam/test_requests.py
neutron/tests/unit/test_manager.py
tox.ini