Mercurial > p > roundup > code
comparison test/test_memorydb.py @ 4570:6e3e4f24c753
Remove keyword expansions from CVS. All regression tests passed afterwards.
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Wed, 16 Nov 2011 09:51:38 -0500 |
| parents | f0faef4dd023 |
| children | 63c79c0992ae |
comparison
equal
deleted
inserted
replaced
| 4569:0470a2aa2c95 | 4570:6e3e4f24c753 |
|---|---|
| 1 # $Id: test_memorydb.py,v 1.4 2004-11-03 01:34:21 richard Exp $ | |
| 2 | |
| 3 import unittest, os, shutil, time | 1 import unittest, os, shutil, time |
| 4 | 2 |
| 5 from roundup import hyperdb | 3 from roundup import hyperdb |
| 6 | 4 |
| 7 from db_test_base import DBTest, ROTest, SchemaTest, config, setupSchema | 5 from db_test_base import DBTest, ROTest, SchemaTest, config, setupSchema |
