From badbe09d2a79dd17353a4ddaedcf76b873a37182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cardona?= Date: Mon, 28 Jul 2014 22:30:10 +0200 Subject: Remove CVS file IDs --- test/data/module.py | 1 - test/unittest_table.py | 1 - test/unittest_tree.py | 1 - test/unittest_ureports_html.py | 1 - test/unittest_ureports_text.py | 1 - test/utils.py | 1 - 6 files changed, 6 deletions(-) diff --git a/test/data/module.py b/test/data/module.py index 9b85430..4e1abce 100644 --- a/test/data/module.py +++ b/test/data/module.py @@ -2,7 +2,6 @@ """test module for astng """ -__revision__ = '$Id: module.py,v 1.9 2003-11-24 13:40:26 syt Exp $' from logilab.common import modutils, Execute as spawn from logilab.common.astutils import * diff --git a/test/unittest_table.py b/test/unittest_table.py index d2db8b7..7c58d69 100644 --- a/test/unittest_table.py +++ b/test/unittest_table.py @@ -19,7 +19,6 @@ Unittests for table management """ -__revision__ = '$Id: unittest_table.py,v 1.13 2006-04-09 22:30:53 nico Exp $' import sys import os diff --git a/test/unittest_tree.py b/test/unittest_tree.py index 8e7f4bd..fb8e303 100644 --- a/test/unittest_tree.py +++ b/test/unittest_tree.py @@ -19,7 +19,6 @@ unit tests for module logilab.common.tree squeleton generated by /home/syt/bin/py2tests on Jan 20 at 10:43:25 """ -__revision__ = "$Id: unittest_tree.py,v 1.9 2005-09-07 23:44:02 nico Exp $" from logilab.common.testlib import TestCase, unittest_main from logilab.common.tree import * diff --git a/test/unittest_ureports_html.py b/test/unittest_ureports_html.py index c849c4f..2298eec 100644 --- a/test/unittest_ureports_html.py +++ b/test/unittest_ureports_html.py @@ -18,7 +18,6 @@ '''unit tests for ureports.html_writer ''' -__revision__ = "$Id: unittest_ureports_html.py,v 1.3 2005-05-27 12:27:08 syt Exp $" from utils import WriterTC from logilab.common.testlib import TestCase, unittest_main diff --git a/test/unittest_ureports_text.py b/test/unittest_ureports_text.py index 25a2194..dd39dd8 100644 --- a/test/unittest_ureports_text.py +++ b/test/unittest_ureports_text.py @@ -18,7 +18,6 @@ '''unit tests for ureports.text_writer ''' -__revision__ = "$Id: unittest_ureports_text.py,v 1.4 2005-05-27 12:27:08 syt Exp $" from utils import WriterTC from logilab.common.testlib import TestCase, unittest_main diff --git a/test/utils.py b/test/utils.py index 957d7eb..f54c179 100644 --- a/test/utils.py +++ b/test/utils.py @@ -18,7 +18,6 @@ '''unit tests utilities for ureports ''' -__revision__ = "$Id: utils.py,v 1.3 2005-05-27 12:27:08 syt Exp $" from cStringIO import StringIO from logilab.common.ureports.nodes import * -- cgit v1.2.1