Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions helpers/create_links.py → ...ipts_helpers/system_tools/create_links.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

"""
Usage Example:

Expand Down
2 changes: 2 additions & 0 deletions helpers/stage_linked_file.py → ...helpers/system_tools/stage_linked_file.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

"""
Import as:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import shutil
from typing import List, Tuple

import helpers.create_links as hcrelink
import dev_scripts_helpers.system_tools.create_links as hcrelink
import helpers.hio as hio
import helpers.hunit_test as hunitest

Expand Down
Loading