Skip to content

Commit

Permalink
set the remaining samples executable and fix the shebang line for the…
Browse files Browse the repository at this point in the history
… Python 2.5 samples
  • Loading branch information
JoelBender committed Dec 1, 2016
1 parent 0148249 commit 442e832
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Empty file modified samples/DateStringPatterns.py
100644 → 100755
Empty file.
Empty file modified samples/RecurringMultipleReadProperty.py
100644 → 100755
Empty file.
Empty file modified samples/TCPClient.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion samples/TCPClient25.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.5

"""
This simple TCP client application connects to a server and sends the text
Expand Down
2 changes: 1 addition & 1 deletion samples/TCPServer25.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.5

"""
This simple TCP server application listens for one or more client connections
Expand Down

0 comments on commit 442e832

Please sign in to comment.