Allow redemo.py to be used from the command line like other demos.
This commit is contained in:
commit
6b9bfe801d
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""Basic regular expression demostration facility (Perl style syntax)."""
|
||||
|
||||
from tkinter import *
|
||||
|
|
Loading…
Reference in New Issue