20
20
from sqlobject import SQLObjectNotFound
24
23
from canonical.database.sqlbase import (
27
26
ISOLATION_LEVEL_AUTOCOMMIT,
32
30
from lp.services.librarian.model import (
36
35
from lp.services.log.logger import BufferLogger
37
36
from lp.services.utils import utc_now
38
37
from lp.testing import TestCase
41
41
class TestLibrarianGarbageCollection(TestCase):