14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
17
from cStringIO import StringIO
21
19
from bzrlib.lazy_import import lazy_import
22
20
lazy_import(globals(), """
28
25
from bzrlib.bundle import serializer as _serializer
29
26
from bzrlib.merge_directive import MergeDirective
32
32
from bzrlib.trace import note