Move Decimal from the sandbox into production.

This commit is contained in:
Raymond Hettinger 2004-07-01 11:15:39 +00:00
parent 7c85fa4a52
commit 75cc1cb7e0
1 changed files with 1 additions and 0 deletions

View File

@ -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")