From 7290694c43b98b780d9c416080f166a79832002f Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 25 Oct 2009 22:37:32 +0000 Subject: [PATCH] Additions for new gen/plug/_grampley.py svn: r13420 --- po/POTFILES.in | 1 + src/gen/plug/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/po/POTFILES.in b/po/POTFILES.in index 2112ada76..b665581a1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -141,6 +141,7 @@ src/gen/lib/ldsord.py src/gen/plug/__init__.py src/gen/plug/_docgenplugin.py src/gen/plug/_export.py +src/gen/plug/_gramplet.py src/gen/plug/_import.py src/gen/plug/_manager.py src/gen/plug/_plugin.py diff --git a/src/gen/plug/Makefile.am b/src/gen/plug/Makefile.am index 10fa96ce4..f621c87f8 100644 --- a/src/gen/plug/Makefile.am +++ b/src/gen/plug/Makefile.am @@ -14,6 +14,7 @@ pkgdata_PYTHON = \ __init__.py \ _docgenplugin.py \ _export.py \ + _gramplet.py \ _import.py \ _manager.py \ _plugin.py \