From 3dbd6941ab9ab66731eef775f21157b55f6095f0 Mon Sep 17 00:00:00 2001 From: Thor Harald Johansen Date: Sun, 31 May 2020 18:31:46 +0200 Subject: [PATCH] Added submodules back --- .gitmodules | 6 ++++++ third_party/packages/apscheduler | 1 + third_party/packages/ptpython | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/packages/apscheduler create mode 160000 third_party/packages/ptpython diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0991353 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/packages/apscheduler"] + path = third_party/packages/apscheduler + url = https://github.com/agronholm/apscheduler.git +[submodule "third_party/packages/ptpython"] + path = third_party/packages/ptpython + url = https://github.com/prompt-toolkit/ptpython.git diff --git a/third_party/packages/apscheduler b/third_party/packages/apscheduler new file mode 160000 index 0000000..cb50f0d --- /dev/null +++ b/third_party/packages/apscheduler @@ -0,0 +1 @@ +Subproject commit cb50f0dab93fccf39c091062f48899ab4ac53a51 diff --git a/third_party/packages/ptpython b/third_party/packages/ptpython new file mode 160000 index 0000000..89017ba --- /dev/null +++ b/third_party/packages/ptpython @@ -0,0 +1 @@ +Subproject commit 89017ba158ed1d95319233fa5aedf3931c3b8b77