From 3532fbb729850ed76a9005a3cc2340c6ae288419 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 23 Jul 2004 04:18:59 +0000 Subject: [PATCH] Added revision strings. --- test/test.py | 2 ++ test/testsupport.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/test.py b/test/test.py index 630bf2879..19e9fffc7 100755 --- a/test/test.py +++ b/test/test.py @@ -29,6 +29,8 @@ # POSSIBILITY OF SUCH DAMAGE. ### +__revision__ = "$Id" + import os import supybot diff --git a/test/testsupport.py b/test/testsupport.py index f5be20b0b..1ed18347c 100644 --- a/test/testsupport.py +++ b/test/testsupport.py @@ -29,6 +29,8 @@ # POSSIBILITY OF SUCH DAMAGE. ### +__revision__ = "$Id" + import fix import gc