This:
use_plugin_path('xafs')
from feffdat import feffpath
works as expected. It adds the path to larch's xafs plugins into the
search path and imports "feffdat" such that it can be used in the
namespace of the plugin I am working on.
This fails
use_plugin_path('wx')
from plotter import newplot, plot