Skip to content

Commit

Permalink
Merge d57120c into 8ec8386
Browse files Browse the repository at this point in the history
  • Loading branch information
vheon committed Dec 28, 2015
2 parents 8ec8386 + d57120c commit 41b97aa
Show file tree
Hide file tree
Showing 16 changed files with 400 additions and 88 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "third_party/OmniSharpServer"]
path = third_party/OmniSharpServer
url = https://github.com/nosami/OmniSharpServer
[submodule "third_party/jedi"]
path = third_party/jedi
url = https://github.com/davidhalter/jedi
[submodule "third_party/argparse"]
path = third_party/argparse
url = https://github.com/bewest/argparse
Expand All @@ -25,3 +22,6 @@
[submodule "third_party/tern"]
path = third_party/tern
url = https://github.com/ternjs/tern.git
[submodule "third_party/JediHTTP"]
path = third_party/JediHTTP
url = https://github.com/vheon/JediHTTP
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ nose>=1.3.0
PyHamcrest>=1.8.0
WebTest>=2.0.9
ordereddict>=1.1
unittest2>=1.1.0
1 change: 1 addition & 0 deletions third_party/JediHTTP
Submodule JediHTTP added at 278bed
1 change: 0 additions & 1 deletion third_party/jedi
Submodule jedi deleted from 665579
Loading

0 comments on commit 41b97aa

Please sign in to comment.