From ae9fcaed52361f6f978d5cf720187311f99e391e Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 3 Mar 2005 05:43:41 +0000 Subject: [PATCH] * src/plugins/Makefile.am: Stop shipping ReadNative.py. svn: r4114 --- ChangeLog | 2 ++ src/plugins/Makefile.am | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c00dd61a..c6deba2da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,8 @@ * src/plugins/FilterEditor.py: Multiple fixes. * src/GenericFilter.py: Multiple fixes. + * src/plugins/Makefile.am: Stop shipping ReadNative.py. + 2005-02-27 Alex Roitman * src/DbPrompter.py (format_maker): Add mnemonic activation target to the format selector label; Use new import format; don't treat diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 621aa9627..e5a332bc5 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -33,7 +33,6 @@ pkgdata_PYTHON = \ NavWebPage.py\ PatchNames.py\ ReadPkg.py\ - ReadNative.py\ RelCalc.py\ ReorderIds.py\ SoundGen.py\