diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-01 23:25:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-01 23:25:13 (GMT) |
commit | 41162ebdad7df5035383122ce231c178b645ea06 (patch) | |
tree | e3ad8c4d14c72f562da466b5c1319e88e066d3ea | |
parent | 08a8fb30b6042e43d680b5b473a884fa987f661c (diff) | |
download | cpython-41162ebdad7df5035383122ce231c178b645ea06.zip cpython-41162ebdad7df5035383122ce231c178b645ea06.tar.gz cpython-41162ebdad7df5035383122ce231c178b645ea06.tar.bz2 |
remove CVS id
-rw-r--r-- | Modules/_cursesmodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index 01f0de1..cb952af 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -31,8 +31,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* CVS: $Id$ */ - /* A number of SysV or ncurses functions don't have wrappers yet; if you |