Browse Source

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

pull/2332/head
Ned Deily 14 years ago
parent
commit
3c6661a914
  1. 2
      Tools/demo/redemo.py

2
Tools/demo/redemo.py

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

Loading…
Cancel
Save