Skip to content

Commit

Permalink
Remove submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Aug 2, 2022
1 parent e6fc232 commit f4743d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "legendary"]
path = rare/legendary
url = https://github.com/dummerle/legendary
branch = rare
6 changes: 3 additions & 3 deletions rare/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))

Expand Down
1 change: 0 additions & 1 deletion rare/legendary
Submodule legendary deleted from 50f71c

0 comments on commit f4743d9

Please sign in to comment.