def abrir_script_con_livereload(archivo): import interprete ruta = os.path.dirname(archivo) ruta = os.path.abspath(ruta) return interprete.abrir_script_con_livereload(archivo)
def abrir_script_con_livereload(archivo): import interprete ruta = os.path.dirname(archivo) os.chdir(ruta) return interprete.abrir_script_con_livereload(archivo)