From b3abff698b156ddd02c84927141844c93d8d7502 Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Mon, 23 Jan 2017 20:23:06 +0100 Subject: [PATCH] New Python module thingy. --- .gitmodules | 3 +++ tools/.fontcharacter-root | 1 + tools/fontcharacter | 1 + 3 files changed, 5 insertions(+) create mode 160000 tools/.fontcharacter-root create mode 120000 tools/fontcharacter diff --git a/.gitmodules b/.gitmodules index a7d6c09..f67c09e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tools/fontcharacter_reference"] path = tools/fontcharacter_reference url = https://github.com/cakeisalie5/fontcharacter_reference.git +[submodule "tools/.fontcharacter-root"] + path = tools/.fontcharacter-root + url = https://github.com/cakeisalie5/fontcharacter-python.git diff --git a/tools/.fontcharacter-root b/tools/.fontcharacter-root new file mode 160000 index 0000000..2f4680d --- /dev/null +++ b/tools/.fontcharacter-root @@ -0,0 +1 @@ +Subproject commit 2f4680d042f84787bf39fb93e4448599b5e2baa3 diff --git a/tools/fontcharacter b/tools/fontcharacter new file mode 120000 index 0000000..0ad8288 --- /dev/null +++ b/tools/fontcharacter @@ -0,0 +1 @@ +.fontcharacter-root/fontcharacter \ No newline at end of file