mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Allow redemo.py to be used from the command line like other demos.
This commit is contained in:
parent
b47ea9a6fe
commit
3c6661a914
1 changed files with 2 additions and 0 deletions
2
Tools/demo/redemo.py
Normal file → Executable file
2
Tools/demo/redemo.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""Basic regular expression demostration facility (Perl style syntax)."""
|
||||
|
||||
from tkinter import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue