From d189d8aab72daf2f6f070497add64e919711aa72 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 12 Oct 2017 10:33:47 +0200 Subject: [PATCH] Add the parso submodule --- .gitmodules | 3 +++ pythonx/parso | 1 + 2 files changed, 4 insertions(+) create mode 160000 pythonx/parso diff --git a/.gitmodules b/.gitmodules index e08afc4..04d8fe6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "jedi"] path = pythonx/jedi url = https://github.com/davidhalter/jedi.git +[submodule "pythonx/parso"] + path = pythonx/parso + url = https://github.com/davidhalter/parso.git diff --git a/pythonx/parso b/pythonx/parso new file mode 160000 index 0000000..5a57e8d --- /dev/null +++ b/pythonx/parso @@ -0,0 +1 @@ +Subproject commit 5a57e8df066cb6ff980bfbd24f4591c5f0c5c8d9