def __init__(self):
self.__path_home = os.getenv("HOME")
self.__path_config = self.__path_home + "/.config/mpis"
self.__path_file = "/usr/share/mpis"
self.__path_tr = os.path.join(self.__path_config, "locale")
self.__path_db = os.path.join(self.__path_config, "db")
评论列表
文章目录