/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to merge.py

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
from dialog import error_dialog, info_dialog, warning_dialog
32
32
from errors import show_bzr_error
33
 
from guifiles import GLADEFILENAME
 
33
from olive.guifiles import GLADEFILENAME
34
34
 
35
35
 
36
36
class MergeDialog: