Skip to content

Commit 147161c

Browse files
committed
Added shebang to top of sample scripts to allow direct running from
the command line without calling python.
1 parent 2d62a84 commit 147161c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

samples/ControlsDesktop/controlsdemo.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
# Name: CtrlsDemoFrm
34
# Purpose: More demonstration showing more controls, with more properties and

samples/HelloDelphiFMX.py

100644100755
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
# Name: HelloDelphiFMX.py
34
# Purpose: Simple DelphiFMX for Python demonstration with OOP

samples/HiDPI/HelloHighDpi.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
# Name: hello_highdpi.py
34
# Purpose: Test of High DPI Awareness

samples/PasswordGenerator.py

100644100755
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
# Name: PasswordGenerator.py
34
# Purpose: Password Generator built with DelphiFMX GUI Framework

samples/Simplest.py

100644100755
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
# Name: Simplest.py
34
# Purpose: The simplest demo of Delphi FMX

samples/ToDoList.py

100644100755
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
# Name: ToDoList.py
34
# Purpose: Simple ToDo List built with Delphi FMX

0 commit comments

Comments
 (0)