Esempio 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)
Esempio 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)
Esempio 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)