##// END OF EJS Templates
DisplayFormatter.formatters should not be configurable...
MinRK -
Show More
@@ -44,7 +44,7 b' class DisplayFormatter(Configurable):'
44
44
45 # A dict of formatter whose keys are format types (MIME types) and whose
45 # A dict of formatter whose keys are format types (MIME types) and whose
46 # values are subclasses of BaseFormatter.
46 # values are subclasses of BaseFormatter.
47 formatters = Dict(config=True)
47 formatters = Dict()
48 def _formatters_default(self):
48 def _formatters_default(self):
49 """Activate the default formatters."""
49 """Activate the default formatters."""
50 formatter_classes = [
50 formatter_classes = [
General Comments 0
You need to be logged in to leave comments. Login now