diff options
| author | Kapil Viren Ahuja <kvahuja@users.noreply.github.com> | 2017-02-26 15:02:21 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-26 15:02:21 +0530 |
| commit | 434d7fa2cc723276135ceda1bc7a1f47c044109a (patch) | |
| tree | 9460a53974f7d6c21888da7fb47d0b3354ad1626 /.gitmodules | |
| parent | bfcab5cd701b955a7a15c0bb8b8de458e1a0baa5 (diff) | |
| parent | 69cee93c3bfbf95e1dd5e20bc6aa64bd82f95634 (diff) | |
| download | apigrabber-434d7fa2cc723276135ceda1bc7a1f47c044109a.tar.gz apigrabber-434d7fa2cc723276135ceda1bc7a1f47c044109a.zip | |
Merge pull request #39 from vainglorygame/redesign
rewrite to use shared queue
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..52948d0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "joblib"] + path = joblib + url = https://github.com/vainglorygame/joblib |
