From 7ac2828ab2438a79fb2de2be101022f493eae850 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 19 Oct 2019 10:12:42 -0700 Subject: [PATCH] supybot-plugin-create: CVS is dead, stop mentioning it --- scripts/supybot-plugin-create | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/supybot-plugin-create b/scripts/supybot-plugin-create index 0ceed7d72..c613473ef 100644 --- a/scripts/supybot-plugin-create +++ b/scripts/supybot-plugin-create @@ -157,8 +157,7 @@ import sys import supybot from supybot import world -# Use this for the version of this plugin. You may wish to put a CVS keyword -# in here if you're keeping the plugin in CVS or some similar system. +# Use this for the version of this plugin. __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance.