Skip to content

Commit df96a15

Browse files
committed
Added hashbang line to protect the files from execution by /bin/sh.
This is necessary for the setuptools make all files executable no matter what.
1 parent f990ff5 commit df96a15

20 files changed

+20
-0
lines changed

diffpy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy by DANSE Diffraction group

diffpy/pdfmorph/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/morphs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/morphs/morph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/morphs/morphchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/morphs/morphishape.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/morphs/morphpdftordf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/morphs/morphrdftopdf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

diffpy/pdfmorph/morphs/morphresolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
##############################################################################
23
#
34
# diffpy.pdfmorph by DANSE Diffraction group

0 commit comments

Comments
 (0)