コード例 #1
0
 def getTracklogFolderPath(self):
     """We have an option for making a symlink to the Documents folder,
     so the XDG path for the actual tracklog storage is fine.
     """
     return paths.getXDGTracklogFolderPath()
コード例 #2
0
ファイル: device_jolla.py プロジェクト: EdwinTauro/modrana
 def getTracklogFolderPath(self):
     return paths.getXDGTracklogFolderPath()
コード例 #3
0
ファイル: device_jolla.py プロジェクト: ryfx/modrana
 def getTracklogFolderPath(self):
     """We have an option for making a symlink to the Documents folder,
     so the XDG path for the actual tracklog storage is fine.
     """
     return paths.getXDGTracklogFolderPath()