From 32bfcd9303a52a967f994c045c107cc25566766c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 May 2014 18:59:04 +0530 Subject: [PATCH] ... --- src/calibre/test_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index ce0452707b..7b9723aeb9 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -139,6 +139,7 @@ def test_woff(): print ('WOFF ok!') def test_magick(): + print ('Testing tinycss tokenizer') from calibre.utils.magick import create_canvas i = create_canvas(100, 100) from calibre.gui2.tweak_book.editor.canvas import qimage_to_magick, magick_to_qimage