Ejemplo n.º 1
0
def save_lab_profile(path):
    """Saves content of built-in Lab profile.

    :param path: Lab profile path as a string
    """
    import lab_profile_rc
    lab_profile_rc.save_resource(path)
Ejemplo n.º 2
0
def save_lab_profile(path):
    """
	Saves content of built-in Lab profile.
	"""
    import lab_profile_rc
    lab_profile_rc.save_resource(path)
Ejemplo n.º 3
0
def save_lab_profile(path):
	"""
	Saves content of built-in Lab profile.
	"""
	import lab_profile_rc
	lab_profile_rc.save_resource(path)