]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Allow redemo.py to be used from the command line like other demos.
authorNed Deily <nad@acm.org>
Sat, 18 Aug 2012 19:21:17 +0000 (12:21 -0700)
committerNed Deily <nad@acm.org>
Sat, 18 Aug 2012 19:21:17 +0000 (12:21 -0700)
Tools/demo/redemo.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5286332..b10b030
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 """Basic regular expression demostration facility (Perl style syntax)."""
 
 from tkinter import *