From 90f23818c4c5eb6adb1a71cabae0a6e9c4c41b73 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 24 Sep 2010 23:40:15 +0000 Subject: [PATCH] 4256: r15645 Created gen/lib/const.py, didn't add it to Makefile.am svn: r15928 --- src/gen/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen/lib/Makefile.am b/src/gen/lib/Makefile.am index 96ac6d3ab..66e21b371 100644 --- a/src/gen/lib/Makefile.am +++ b/src/gen/lib/Makefile.am @@ -15,6 +15,7 @@ pkgdata_PYTHON = \ calendar.py \ childref.py \ childreftype.py \ + const.py \ datebase.py \ date.py \ event.py \