diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-28 15:39:08 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-28 15:39:08 (GMT) |
commit | a2250e61db26e6f03d035e8c16e5305e57714323 (patch) | |
tree | 972aaa4bcd5670d8364de6e07ee541cd90754a8b /Lib/curses | |
parent | fd96eb2a680e59ee21d42cb96ee85b6788501864 (diff) | |
parent | 7c9719cf74a4c5fc04a07b706d71302bdd8c04c5 (diff) | |
download | cpython-a2250e61db26e6f03d035e8c16e5305e57714323.zip cpython-a2250e61db26e6f03d035e8c16e5305e57714323.tar.gz cpython-a2250e61db26e6f03d035e8c16e5305e57714323.tar.bz2 |
merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
Diffstat (limited to 'Lib/curses')
-rw-r--r-- | Lib/curses/__init__.py | 2 | ||||
-rw-r--r-- | Lib/curses/panel.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Lib/curses/__init__.py b/Lib/curses/__init__.py index 5cd4eda..61ce443 100644 --- a/Lib/curses/__init__.py +++ b/Lib/curses/__init__.py @@ -10,8 +10,6 @@ the package, and perhaps a particular module inside it. """ -__revision__ = "$Id$" - from _curses import * import os as _os import sys as _sys diff --git a/Lib/curses/panel.py b/Lib/curses/panel.py index aacca85..067afef 100644 --- a/Lib/curses/panel.py +++ b/Lib/curses/panel.py @@ -3,6 +3,4 @@ Module for using panels with curses. """ -__revision__ = "$Id$" - from _curses_panel import * |