Helpviewer/Bookmarks/BookmarksManager.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
77 self.__commands = QUndoStack() 77 self.__commands = QUndoStack()
78 78
79 @classmethod 79 @classmethod
80 def getFileName(cls): 80 def getFileName(cls):
81 """ 81 """
82 Public method to get the file name of the bookmark file. 82 Class method to get the file name of the bookmark file.
83 83
84 @return name of the bookmark file (string) 84 @return name of the bookmark file (string)
85 """ 85 """
86 return os.path.join(Utilities.getConfigDir(), "browser", 86 return os.path.join(Utilities.getConfigDir(), "browser",
87 "bookmarks.xbel") 87 "bookmarks.xbel")

eric ide

mercurial