[Pkg-bazaar-commits] ./bzr-gtk/unstable r516: Merge fix for import in Olive.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:44:40 UTC 2009


------------------------------------------------------------
revno: 516
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-06-30 00:29:39 +0200
message:
  Merge fix for import in Olive.
modified:
  NEWS
  olive/move.py
    ------------------------------------------------------------
    revno: 511.2.1
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Sat 2008-06-28 18:59:50 +0200
    message:
      Fix import in olive.
    modified:
      olive/move.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-06-29 22:29:03 +0000
+++ b/NEWS	2008-06-29 22:29:39 +0000
@@ -14,6 +14,8 @@
 
   * Fixed handle-patch script. (Jelmer Vernooij)
 
+  * Fix import in olive. (Jelmer Vernooij, #223935)
+
  CHANGES
 
   * Moved notify icon code to separate script. (Jelmer Vernooij)

=== modified file 'olive/move.py'
--- a/olive/move.py	2008-05-05 18:16:46 +0000
+++ b/olive/move.py	2008-06-28 16:59:50 +0000
@@ -31,7 +31,7 @@
 
 from bzrlib.plugins.gtk import _i18n
 from bzrlib.plugins.gtk.dialog import error_dialog
-from errors import show_bzr_error
+from bzrlib.plugins.gtk.errors import show_bzr_error
 from guifiles import GLADEFILENAME
 
 



More information about the Pkg-bazaar-commits mailing list