I have an old script that uses MOMA and want to be able to run it at 10.x until I get around to doing it the new, (better) way.I triedimport arcpy...
import arcgisscripting
gp = arcgisscripting.create()
gp.MultiOutputMapAlgebra_sa() # error ("<s> not found") and get an error that the tool does not exist.The docs talk about legacy access to MOMA inside model tools, but is there a way to get to SOMA and MOMA in python?