* src/plugins/WriteCD.py: Correctly import XmlWriter.

svn: r6599
This commit is contained in:
Alex Roitman
2006-05-09 22:00:07 +00:00
parent 0a3b72df34
commit 8133c888f8
3 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ import gtk.glade
# GRAMPS modules
#
#-------------------------------------------------------------------------
from GrampsDb._WriteXML import XmlWriter
from GrampsDb import XmlWriter
import Utils
from QuestionDialog import MissingMediaDialog
from PluginUtils import register_export