From 75cc1cb7e082be959d9da1f3e8a4dba680ee5495 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 1 Jul 2004 11:15:39 +0000 Subject: [PATCH] Move Decimal from the sandbox into production. --- Lib/test/test___all__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 6a6c99fbed..ea23846f69 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -82,6 +82,7 @@ class AllTest(unittest.TestCase): self.check_all("copy_reg") self.check_all("csv") self.check_all("dbhash") + self.check_all("decimal") self.check_all("difflib") self.check_all("dircache") self.check_all("dis") -- 2.50.0