Allow redemo.py to be used from the command line like other demos.

This commit is contained in:
Ned Deily 2012-08-18 12:21:17 -07:00
parent b47ea9a6fe
commit 3c6661a914
1 changed files with 2 additions and 0 deletions

2
Tools/demo/redemo.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
"""Basic regular expression demostration facility (Perl style syntax)."""
from tkinter import *