예제 #1
0
파일: libcms.py 프로젝트: sahwar/sk1-wx
def save_gray_profile(path):
    """Saves content of built-in Gray profile.

    :param path: Gray profile path as a string
    """
    import gray_profile_rc
    gray_profile_rc.save_resource(path)
예제 #2
0
파일: libcms.py 프로젝트: wenlibin02/sk1-wx
def save_gray_profile(path):
    """
	Saves content of built-in Gray profile.
	"""
    import gray_profile_rc
    gray_profile_rc.save_resource(path)
예제 #3
0
def save_gray_profile(path):
	"""
	Saves content of built-in Gray profile.
	"""
	import gray_profile_rc
	gray_profile_rc.save_resource(path)