From 1be809580841692a2f3671a46b1c9e0e56cc2ff6 Mon Sep 17 00:00:00 2001 From: Just Date: Wed, 5 Jan 2000 20:44:19 +0000 Subject: [PATCH] added TSIV table git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@53 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/ttLib/tables/T_S_I_V_.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Lib/fontTools/ttLib/tables/T_S_I_V_.py diff --git a/Lib/fontTools/ttLib/tables/T_S_I_V_.py b/Lib/fontTools/ttLib/tables/T_S_I_V_.py new file mode 100644 index 000000000..928b7cef2 --- /dev/null +++ b/Lib/fontTools/ttLib/tables/T_S_I_V_.py @@ -0,0 +1,5 @@ +import asciiTable + +class table_T_S_I_V_(asciiTable.asciiTable): + pass +