I have a module . in a folder (called '/wscloud/email_automation/wsa/lib')
I can import it if I append the path explicitly, but this seems like a very clumsy way to do this. Is there a way I can configure the import path in settings?
Thanks,
Fuad.
-----
import fmeobjects
import sys
sys.path.append('/wscloud/email_automation/wsa/lib') #ew!
import wsa