From da723b1425550ad54abc8faa7788b9b095dc44d7 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Fri, 4 Oct 2013 13:49:10 -0700 Subject: [PATCH] Moving Jedi under third_party --- .gitmodules | 6 +++--- {python/ycm/completers/python => third_party}/jedi | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename {python/ycm/completers/python => third_party}/jedi (100%) diff --git a/.gitmodules b/.gitmodules index a0e24625..6940b5c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "python/ycm/completers/python/jedi"] - path = python/ycm/completers/python/jedi - url = https://github.com/davidhalter/jedi.git +[submodule "third_party/jedi"] + path = third_party/jedi + url = https://github.com/davidhalter/jedi [submodule "python/ycm/completers/cs/OmniSharpServer"] path = python/ycm/completers/cs/OmniSharpServer url = https://github.com/nosami/OmniSharpServer.git diff --git a/python/ycm/completers/python/jedi b/third_party/jedi similarity index 100% rename from python/ycm/completers/python/jedi rename to third_party/jedi