diff options
author | Jon Bernard <jbernard@jbernard.io> | 2018-10-01 16:12:07 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2018-10-01 16:12:07 -0400 |
commit | dd89d8c660c5b6e9fa2319afa2c1910cf382d9ab (patch) | |
tree | ebf6be874a22dadb2bee1225334a56ddc9fa07d7 | |
parent | 5995718f0a60b58da9f3afa778a96daba95f4305 (diff) | |
download | dotfiles-dd89d8c660c5b6e9fa2319afa2c1910cf382d9ab.tar.gz dotfiles-dd89d8c660c5b6e9fa2319afa2c1910cf382d9ab.tar.bz2 dotfiles-dd89d8c660c5b6e9fa2319afa2c1910cf382d9ab.zip |
Remove py submodule
In preparation for switching to pathlib, py is not needed anymore.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vendor/py | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 3f3dc1c..82ed1c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "click"] path = .vendor/click url = https://github.com/pallets/click -[submodule "py"] - path = .vendor/py - url = https://github.com/pytest-dev/py diff --git a/.vendor/py b/.vendor/py deleted file mode 160000 -Subproject 20fb546bc78866bd25b71624b3fd70421c3baee |