horizon/horizon/tabs
Radomir Dopieralski 0f2bf801af Remove NotImplementedErrors from "virtual" methods
Raising a NotImplementedError in a method of a base class
makes it impossible to use super() with it and do multiple
inheritance properly. Those methods should instead simply
return some default "empty" value, so that the methods in
the subclasses can still call them, if that's where they
fall in the MRO.

Change-Id: I581391e87dc58f0f76adea3dbf90cef173d3daef
Closes-bug: 1278825
2014-09-02 11:31:05 +02:00
..
__init__.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
base.py Remove NotImplementedErrors from "virtual" methods 2014-09-02 11:31:05 +02:00
views.py add Previous link to Admin > Images table 2014-06-27 18:29:02 -07:00