Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b9bfe8

Browse files
committed
Allow redemo.py to be used from the command line like other demos.
2 parents dbcae3c + 3c6661a commit 6b9bfe8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/demo/redemo.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
"""Basic regular expression demostration facility (Perl style syntax)."""
24

35
from tkinter import *

0 commit comments

Comments
 (0)