remove expanduser

svn: r6218
This commit is contained in:
Don Allingham
2006-03-29 04:11:17 +00:00
parent e2100245d4
commit b2ea3cfaec
6 changed files with 21 additions and 11 deletions

View File

@@ -923,7 +923,7 @@ class GraphVizGraphics(Report.Report):
self.doc = options_class.get_document()
self.user_output = options_class.get_output()
self.junk_output = os.path.expanduser("~/.gramps/junk")
self.junk_output = os.path.join(const.home_dir,"junk")
self.the_format = self.options_class.handler.options_dict['gvof']
self.the_font = self.options_class.handler.options_dict['font']