Skip to content

Commit

Permalink
Move executable py bin scripts to bin.src
Browse files Browse the repository at this point in the history
Move those scripts from bin/ to bin/src/ that had a shbang line
and were not listed as broken.
  • Loading branch information
r-owen committed May 19, 2018
1 parent 6a130db commit 19d1021
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ config.log
*Lib.py
.cache
pytest_session.txt
bin/displayCamera.py
bin/megacamCalibRegistry.py
doc/html
doc/*.tag
doc/*.inc
Expand Down
3 changes: 3 additions & 0 deletions bin.src/SConscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.shebang()
File renamed without changes.
File renamed without changes.

0 comments on commit 19d1021

Please sign in to comment.