Merged revisions 76156 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76156 | benjamin.peterson | 2009-11-08 18:42:58 -0600 (Sun, 08 Nov 2009) | 1 line

  fix some imports
........
This commit is contained in:
Benjamin Peterson 2009-11-09 00:45:40 +00:00
parent debfafd4e2
commit 3ad104bcf9
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
"""Basic regular expression demostration facility (Perl style syntax)."""
from Tkinter import *
from tkinter import *
import re
class ReDemo: