Convert remaining gui files to use relative imports

svn: r20513
This commit is contained in:
Nick Hall
2012-10-03 16:14:48 +00:00
parent 251aff61a0
commit b74b1ee293
4 changed files with 7 additions and 7 deletions

View File

@@ -1760,7 +1760,7 @@ class GuiStyleOption(GuiEnumeratedListOption):
style sheet editor object and let them play. When they are
done, update the displayed styles."""
from gramps.gen.plug.docgen import StyleSheetList
from gramps.gui.plug.report._styleeditor import StyleListDisplay
from report._styleeditor import StyleListDisplay
style_list = StyleSheetList(self.__option.get_style_file(),
self.__option.get_default_style())
StyleListDisplay(style_list, None, None)