From ee8c462bbeb3677b04fca4bd4ede0dd3d2b69393 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 29 Apr 2016 07:39:19 +0200 Subject: All preprocessors for the v3 Article Web service are implemented. --- src/web/views/api/v3/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/views/api/v3/__init__.py') diff --git a/src/web/views/api/v3/__init__.py b/src/web/views/api/v3/__init__.py index 04dd28ad..76aa1f19 100644 --- a/src/web/views/api/v3/__init__.py +++ b/src/web/views/api/v3/__init__.py @@ -1,3 +1,3 @@ -from web.views.api.v3 import article, feed +from web.views.api.v3 import article -__all__ = ['article', 'feed'] +__all__ = ['article'] -- cgit