summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c380c5)
raw | patch | inline | side by side (parent: 0c380c5)
author | Patrick Browne <patrick.browne@amadeus.com> | |
Wed, 1 Oct 2014 09:18:40 +0000 (11:18 +0200) | ||
committer | Patrick Browne <patrick.browne@amadeus.com> | |
Wed, 1 Oct 2014 09:18:40 +0000 (11:18 +0200) |
src/collectd-python.pod | patch | blob | history |
index 6645614ce02cf3beda14c7644556cce550ba291c..ff1cb315cd9bf27a1ebc814116dcd7f3acf820a6 100644 (file)
--- a/src/collectd-python.pod
+++ b/src/collectd-python.pod
=item B<ModulePath> I<Name>
-Appends I<Name> to B<sys.path>. You won't be able to import any scripts you
+Prepends I<Name> to B<sys.path>. You won't be able to import any scripts you
wrote unless they are located in one of the directories in this list. Please
note that it only has effect on plugins loaded after this option. You can
use multiple B<ModulePath> lines to add more than one directory.