Skip to content

Commit cf945e9

Browse files
committed
MNT: use plain "python" in hashbang lines
This reverts commit 19d21fb.
1 parent c57f236 commit cf945e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+53
-53
lines changed

conda-recipe/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
import diffpy.structure.tests
44
assert diffpy.structure.tests.test().wasSuccessful()

devutils/makesdist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
'''Create source distribution tar.gz archive, where each file belongs
44
to a root user and modification time is set to the git commit time.

devutils/sgtbx_extra_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
'''Quick and extremely dirty script for generating code for SpaceGroup that
44
are defined in cctbx, but not in mmLib. It was used to generate module

doc/manual/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# diffpy.structure documentation build configuration file, created by

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
"""Objects for storage and manipulation of crystal structure data.
44

src/diffpy/Structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
##############################################################################
33
#
44
# diffpy.structure Complex Modeling Initiative

src/diffpy/structure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
##############################################################################
33
#
44
# diffpy.structure by DANSE Diffraction group

src/diffpy/structure/_legacy_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
##############################################################################
33
#
44
# diffpy.structure Complex Modeling Initiative

src/diffpy/structure/applications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
##############################################################################
33
#
44
# diffpy.structure by DANSE Diffraction group

src/diffpy/structure/applications/anyeye.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
##############################################################################
33
#
44
# diffpy.structure by DANSE Diffraction group

0 commit comments

Comments
 (0)