From df9ce1b632e5ef1dea65a12ac489e58d2d09e07f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 14 Sep 2003 05:55:46 +0000 Subject: [PATCH] Added note about examples/Random.py. --- docs/EXAMPLE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/EXAMPLE b/docs/EXAMPLE index b1d1bce43..f0a47d056 100644 --- a/docs/EXAMPLE +++ b/docs/EXAMPLE @@ -40,7 +40,9 @@ Your new plugin template is in plugins/Random.py functor% ----- -So that's what it looks like. Now let's look at the source code: +So that's what it looks like. Now let's look at the source code (if +you'd like to look at it in your programming editor, the whole plugin +is available as examples/Random.py): ----- #!/usr/bin/env python