Commit 0f86ecb5 authored by Vincent Delbar's avatar Vincent Delbar
Browse files

ENH: make scripts executable and add shebang

1 merge request!28Enhance packaging
Showing with 4 additions and 0 deletions
+4 -0
#!/usr/bin/env python3
import argparse import argparse
from scenes import save_scenes from scenes import save_scenes
from scenes.spot import get_spot67_scenes from scenes.spot import get_spot67_scenes
......
apps/s2_download.py 100644 → 100755
#!/usr/bin/env python3
import argparse import argparse
from scenes import TheiaDownloader, utils from scenes import TheiaDownloader, utils
import datetime import datetime
......
apps/s2_import.py 100644 → 100755
#!/usr/bin/env python3
import argparse import argparse
from scenes import save_scenes from scenes import save_scenes
from scenes.sentinel import get_local_scenes from scenes.sentinel import get_local_scenes
......
apps/search.py 100644 → 100755
#!/usr/bin/env python3
import argparse import argparse
from scenes import load_scenes, Index, utils from scenes import load_scenes, Index, utils
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment