~ubuntu-branches/ubuntu/feisty/bzr-gtk/feisty

« back to all changes in this revision

Viewing changes to olive/add.py

  • Committer: Bazaar Package Importer
  • Author(s): Etienne Goyer
  • Date: 2007-03-09 13:50:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070309135053-rdmh5yk3hgapkir7
Tags: 0.15.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import bzrlib.add
29
29
import bzrlib.errors as errors
30
30
 
31
 
from dialog import error_dialog
 
31
from bzrlib.plugins.gtk.dialog import error_dialog
32
32
from guifiles import GLADEFILENAME
33
33
 
34
34