]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Context class should initialise its own data
authorMatthew Booth <mbooth@redhat.com>
Thu, 25 Jun 2015 09:20:08 +0000 (10:20 +0100)
committerMatthew Booth <mbooth@redhat.com>
Thu, 25 Jun 2015 09:22:14 +0000 (10:22 +0100)
commitdf06a326de39a6792e2e82eafa5cf50eb325b34e
tree4f7c4e1466d3727074bd07a4e663efbc5daf91fc
parent6b9fd1507294cb6b1d4dffa8e67c8e509271131d
Context class should initialise its own data

This is a trivial cleanup. A superclass was initialising data which
was only used in a subclass.

Change-Id: I6930fdaef3dcb960f6baaedbd191e22b565f319e
neutron/context.py