From dd89d8c660c5b6e9fa2319afa2c1910cf382d9ab Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 1 Oct 2018 16:12:07 -0400 Subject: Remove py submodule In preparation for switching to pathlib, py is not needed anymore. --- .gitmodules | 3 --- .vendor/py | 1 - 2 files changed, 4 deletions(-) delete mode 160000 .vendor/py 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 index 20fb546..0000000 --- a/.vendor/py +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 20fb546bc78866bd25b71624b3fd70421c3baeea -- cgit v1.2.3