Skip to content

Commit

Permalink
remove manage_externals
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 3, 2024
1 parent 2151825 commit 8822675
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 172 deletions.
172 changes: 0 additions & 172 deletions Externals.cfg

This file was deleted.

8 changes: 8 additions & 0 deletions bin/git-fleximod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env python3
import sys
import os
sys.path.insert(0,os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod")))
from git_fleximod.git_fleximod import main

if __name__ == '__main__':
sys.exit(main())

0 comments on commit 8822675

Please sign in to comment.