From 2faa09670a4090984cbfe1f65582e5d7ec86d086 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 30 Aug 2004 20:04:02 +0000 Subject: [PATCH] Added __revision__. --- sandbox/Debug.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sandbox/Debug.py b/sandbox/Debug.py index 280214a1a..2d75fe9ff 100644 --- a/sandbox/Debug.py +++ b/sandbox/Debug.py @@ -34,6 +34,8 @@ This is for jemfinch's debugging only. If this somehow gets added and committed, remove it immediately. It must not be released. """ +__revision__ = "$Id$" + import supybot.plugins as plugins import sys