make all *View classes call their parent constructors.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 21:45:43 +0000 (23:45 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 21:45:43 +0000 (23:45 +0200)
commit02898f8b19ec7cdfdae3f1798b9ea42e3875ce70
tree89be8ab7ee07ecaba0dfab9452f77556e3e65512
parent8b301d4e5f3dd8c3cc73ae23a41cd66f629c7625
make all *View classes call their parent constructors.

This includes the top level classes that inherit from object, and
ensures that all constructors will be called in multiple inheritance
situations. This removes the need for the explicit call to
KeyBindingView's constructor.
src/gui/gui.py