コード例 #1
0
ファイル: utils.py プロジェクト: alv4ro/pdal
def get_default_icon_device():
    return os.path.join(get_data_path(), DEFAULT_ICON_DEVICE)
コード例 #2
0
ファイル: utils.py プロジェクト: alv4ro/pdal
def get_system_user_path():
    return os.path.join(get_data_path(), "scripts")
コード例 #3
0
ファイル: utils.py プロジェクト: alv4ro/pdal
def get_default_icon_interface():
    return os.path.join(get_data_path(), DEFAULT_ICON_INTERFACE)