Correcting the plugins classpath in the Quantum README.

Change-Id: I14645f3c388698ac34cade9f8e8599c12884141a
This commit is contained in:
Sumit Naiksatam 2011-11-17 19:25:34 -08:00
parent 87dbc61c34
commit 912d30ffa2
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -64,7 +64,7 @@ this)
library. It should specify the class path to the plugin and the
class name (i.e. for a plugin class FooPlugin in
plugins/foo-plugin/lib/quantum/plugins/foo/foo_plugin.py the
provider would be: quantum.plugins.foo_plugin.FooPlugin)
provider would be: quantum.plugins.foo.foo_plugin.FooPlugin)
3) Read the plugin specific README, this is usually found in the same
directory as your Quantum plug-in, and follow configuration instructions.