I'm trying to write a package that extends another package (ApproxFun), which needs to use and override many methods/functions that aren't exported. Right now the solution is to write a hundred "import ApproxFun: method1, method2, ...".
Is there a standard "Julian" way of doing this? importall didn't seem to help.
