From 434e119c516b7390134624fe2a806b742c870f6d Mon Sep 17 00:00:00 2001 From: Adil Houmadi Date: Sat, 26 Jul 2014 14:57:47 +0200 Subject: [PATCH] [Fix] ./web_export_view/__init__.py:21:19: W292 no newline at end of file --- web_export_view/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_export_view/__init__.py b/web_export_view/__init__.py index 950efdaa..994ad368 100644 --- a/web_export_view/__init__.py +++ b/web_export_view/__init__.py @@ -18,4 +18,4 @@ # along with this program. If not, see . # ############################################################################## -import controllers \ No newline at end of file +import controllers