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
17
19
from cStringIO import StringIO
19
21
from bzrlib.lazy_import import lazy_import
20
22
lazy_import(globals(), """
25
28
from bzrlib.bundle import serializer as _serializer
26
29
from bzrlib.merge_directive import MergeDirective
32
32
from bzrlib.trace import note