* src/plugins/BookReport.py (__init__): Fix url.

svn: r6615
This commit is contained in:
Alex Roitman
2006-05-11 00:18:48 +00:00
parent cc500922f8
commit f724a1185b
2 changed files with 2 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class BookList:
"""
self.bookmap = {}
self.file = os.path.join(const.home_dir,filename)
self.file = os.path.join('file:',const.home_dir,filename)
self.parse()
def delete_book(self,name):