From b036cb04fffc747386df3dcb925b9f7250a0bdc3 Mon Sep 17 00:00:00 2001 From: Tim Richardson Date: Sat, 15 Feb 2014 08:10:42 +1100 Subject: [PATCH] remove blank line --- gluon/sqlhtml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index e0bfd34d..04adedcd 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -3238,7 +3238,6 @@ class ExporterCSV_hidden(ExportClass): else: return '' - class ExporterHTML(ExportClass): label = 'HTML' file_ext = "html"