Skip to content

Commit 11d1c94

Browse files
committed
executable .py scripts need "#!/usr/bin/env python"
add this to demo.py remove exec bits from website/wiki/wiki/data/plugin/theme/roundup.py
1 parent 121296a commit 11d1c94

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Fixed:
3636
(Thomas Arendsen Hein)
3737
- setup.py now installs static files of the HTML documentation (stylesheets,
3838
images, etc.) (Thomas Arendsen Hein)
39+
- executable .py scripts need "#!/usr/bin/env python", add this to demo.py,
40+
remove exec bits from website/wiki/wiki/data/plugin/theme/roundup.py
41+
(Thomas Arendsen Hein)
3942

4043

4144
2013-07-06: 1.5.0

demo.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
import sys
23
import roundup
34

website/wiki/wiki/data/plugin/theme/roundup.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)