From 6e6612a57d41f7ebec1db4411cb74e89a3b2ba70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20V=C3=A9zina?= Date: Tue, 15 Mar 2016 12:41:08 -0400 Subject: [PATCH] add a todo about remain test() which may be deleted --- gluon/html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gluon/html.py b/gluon/html.py index b6fc7c0c..8c4be662 100644 --- a/gluon/html.py +++ b/gluon/html.py @@ -2610,6 +2610,7 @@ def embed64( return 'data:%s;base64,%s' % (extension, data) +# TODO: Check if this test() is still relevant now that we have gluon/tests/test_html.py def test(): """ Example: