summaryrefslogtreecommitdiff
path: root/Lib/curses
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-28 22:32:49 +0800
committerSenthil Kumaran <senthil@uthcode.com>2011-07-28 22:32:49 +0800
commit4e449f4fa67fecf175c1416a670718df6c023dbe (patch)
tree2053f705425300635f8f57e28b54b87135406e4c /Lib/curses
parent9d1b89873aa5b843adcf62ddb6da1d8cd25826ce (diff)
downloadcpython-4e449f4fa67fecf175c1416a670718df6c023dbe.tar.gz
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__.py2
-rw-r--r--Lib/curses/panel.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/Lib/curses/__init__.py b/Lib/curses/__init__.py
index bd7d5f61cf..303ea3e791 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 *
from curses.wrapper import wrapper
import os as _os
diff --git a/Lib/curses/panel.py b/Lib/curses/panel.py
index aacca85151..067afef730 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 *