Remove submodules

This commit is contained in:
Stelios Tsampas 2022-04-18 16:55:23 +03:00 committed by loathingKernel
parent e6fc2323f1
commit f4743d99b6
3 changed files with 3 additions and 8 deletions

4
.gitmodules vendored
View File

@ -1,4 +0,0 @@
[submodule "legendary"]
path = rare/legendary
url = https://github.com/dummerle/legendary
branch = rare

View File

@ -123,9 +123,9 @@ def main():
if __name__ == "__main__":
# run from source
# insert raw legendary submodule
sys.path.insert(
0, os.path.join(pathlib.Path(__file__).parent.absolute(), "legendary")
)
# sys.path.insert(
# 0, os.path.join(pathlib.Path(__file__).parent.absolute(), "legendary")
# )
# insert source directory
sys.path.insert(0, str(pathlib.Path(__file__).parents[1].absolute()))

@ -1 +0,0 @@
Subproject commit 50f71cbd9b2ae0b31615e8f7d8d8595922d3cdf3