mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-07 06:50:40 +01:00

This is to be used for storing third party modules that the plugin needs to use. The plugin should then import them using universalImport('module', 'local.module') so system-wide/packaged installs of the module are preferred, falling back to the version shipped with the plugin. Signed-off-by: James Vega <jamessan@users.sourceforge.net>