20
20
from bzrlib.directory_service import DirectoryServiceRegistry, directories
21
21
from bzrlib.tests import TestCase, TestCaseWithTransport
22
22
from bzrlib.transport import get_transport
25
26
class FooService(object):
26
27
"""A directory service that maps the name to a FILE url"""