script.src
c = get_shell.host_computer
get_import_paths = function(code)
lines = code.split(char(10))
r = []
for l in lines
if l.indexOf("import_code" + "(""") != null then r.push(l.split("""")[1])
end for
return r
end function
code = c.File("/home/me/h/cli/missions.src").get_content
print get_import_paths(code)