From 64b92c439897dd95ae4bb4b02e096a7a22836de8 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 13 Feb 2007 15:51:08 +0100 Subject: [PATCH] Simple date object to handle string conversions in a UI friendly way. --- sugar/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/sugar/Makefile.am b/sugar/Makefile.am index 825b0114..93c07692 100644 --- a/sugar/Makefile.am +++ b/sugar/Makefile.am @@ -4,6 +4,7 @@ sugardir = $(pythondir)/sugar sugar_PYTHON = \ __init__.py \ __installed__.py \ + date.py \ emulator.py \ env.py \ logger.py \