From b33c0fc77a1136f02737ff084ca4452c12e8286d Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Tue, 3 Feb 2009 12:16:59 +0000 Subject: [PATCH] Removed tool/DateParserDisplayTest from distribution svn: r11822 --- po/POTFILES.in | 1 - po/POTFILES.skip | 1 + src/plugins/tool/Makefile.am | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 74d6b0f6d..a485ba06b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -358,7 +358,6 @@ src/plugins/tool/ChangeNames.py src/plugins/tool/ChangeTypes.py src/plugins/tool/Check.py src/plugins/tool/CmdRef.py -src/plugins/tool/DateParserDisplayTest.py src/plugins/tool/Desbrowser.py src/plugins/tool/Eval.py src/plugins/tool/EventCmp.py diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 812cc35e9..46943d5ec 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -4,3 +4,4 @@ src/LdsUtils.py src/Mime/_WinMime.py src/ReportBase/_DocReportDialog.py src/docgen/PdfDoc.py +src/plugins/tool/DateParserDisplayTest.py diff --git a/src/plugins/tool/Makefile.am b/src/plugins/tool/Makefile.am index 9447c3818..85845fd5a 100644 --- a/src/plugins/tool/Makefile.am +++ b/src/plugins/tool/Makefile.am @@ -11,7 +11,6 @@ pkgdata_PYTHON = \ ChangeTypes.py \ Check.py \ CmdRef.py \ - DateParserDisplayTest.py \ Desbrowser.py \ Eval.py \ EventCmp.py \