remove the entry point data for the moved formatters

Change-Id: Iead2cb83715d744622288cbbb584f98a3c0872fd
This commit is contained in:
Doug Hellmann 2012-08-04 17:31:32 -04:00
parent b934b9916d
commit 5862e25b9b
1 changed files with 0 additions and 6 deletions

View File

@ -173,16 +173,10 @@ setup(
'cliff.formatter.list': [
'table = cliff.formatters.table:TableFormatter',
'csv = cliff.formatters.commaseparated:CSVLister',
'yaml = cliff.formatters.tablibformatters:YamlFormatter',
'html = cliff.formatters.tablibformatters:HtmlFormatter',
'json = cliff.formatters.tablibformatters:JsonFormatter',
],
'cliff.formatter.show': [
'table = cliff.formatters.table:TableFormatter',
'shell = cliff.formatters.shell:ShellFormatter',
'yaml = cliff.formatters.tablibformatters:YamlFormatter',
'html = cliff.formatters.tablibformatters:HtmlFormatter',
'json = cliff.formatters.tablibformatters:JsonFormatter',
],
},