I had to do such fix in our MySQL-internal plugin:
-from bzrlib.util import bencode
+try:
+    from bzrlib import bencode
+except ImportError: # bencode was in "util" in the past
+    from bzrlib.util import bencode
because it has to work with pre-rename and post-rename bzr  (colleagues may 
upgrade our plugin without upgrading bzr).
Maybe bzr-gtk needs to do the same?

-- 
move of bzrlib.util.bencode into bzrlib.bencode breaks bzr-gtk
https://bugs.launchpad.net/bugs/385212
You received this bug notification because you are a member of Bazaar
GTK maintainers, which is subscribed to Bazaar GTK+ Frontends.

-- 
bzr-gtk mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.canonical.com/mailman/listinfo/bzr-gtk

Reply via email to