diff options
| author | Benjamin Peterson <benjamin@python.org> | 2011-05-31 20:52:17 -0500 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2011-05-31 20:52:17 -0500 |
| commit | 8c6f88efa2371addacc2acf5cc4634974160406c (patch) | |
| tree | f0bd5af1eb106bab7fdb893fcd9039ac42ed5a74 /Lib/tkinter/__init__.py | |
| parent | 9e3e1c6e4e98b7568fcb29708aeac88bc677c62c (diff) | |
| download | cpython-git-8c6f88efa2371addacc2acf5cc4634974160406c.tar.gz | |
remove __version__s dependent on subversion keyword expansion (closes #12221)
Diffstat (limited to 'Lib/tkinter/__init__.py')
| -rw-r--r-- | Lib/tkinter/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tkinter/__init__.py b/Lib/tkinter/__init__.py index e54c53f18e..ee87147a7d 100644 --- a/Lib/tkinter/__init__.py +++ b/Lib/tkinter/__init__.py @@ -30,8 +30,6 @@ button.pack(side=BOTTOM) tk.mainloop() """ -__version__ = "$Revision$" - import sys if sys.platform == "win32": # Attempt to configure Tcl/Tk without requiring PATH |
