From a47af16812b999e2aa81dc82ed3566928497f6a4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Sep 2012 01:20:50 -0400 Subject: [PATCH] Remove unused declaration. --- git-irkbot.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/git-irkbot.py b/git-irkbot.py index d44c014..0bc925d 100755 --- a/git-irkbot.py +++ b/git-irkbot.py @@ -5,7 +5,7 @@ # This script contains porcelain and porcelain byproducts. # It should be compatible back to Python 2.1.5 # -# usage: git-irkbot.py [-V] [-n] [-p projectname] [refname [commits...]] +# usage: git-irkbot.py [-V] [-n] [-p projectname] [refname [commits...]] # # This script is meant to be run either in a post-commit hook or in an # update hook. Try it with -n to see the notification mail dumped to @@ -72,9 +72,6 @@ template = '%(project)s: %(author)s %(repo)s:%(branch)s * %(rev)s / %(files)s: % import os, sys, commands, socket, urllib, json -# Identify the generator script. -# Should only change when the script itself gets a new home and maintainer. -generator = "http://www.catb.org/~esr/irker/git-irkbot.py" version = "1.0" def do(command): -- 2.26.2