i have a script that edits sde and requires info or an editor license.
I know that you can use
import arcinfo
or
import arceditor
but if you have two imports, one will fail. So how do you use this pattern to require one or the other?
Thanks in advance for your help.