diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-04-15 13:55:01 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-04-15 13:55:01 -0500 |
commit | 03de142cfaad298124658698aba63b88d090d4fc (patch) | |
tree | 689b9ef68e9b1188a736ed90c26314de25301a31 /doc | |
parent | a0d75de92e00d50c7e9e91a861df148928e73bf7 (diff) | |
download | bcfg2-03de142cfaad298124658698aba63b88d090d4fc.tar.gz bcfg2-03de142cfaad298124658698aba63b88d090d4fc.tar.bz2 bcfg2-03de142cfaad298124658698aba63b88d090d4fc.zip |
doc: Remove unnecessary step for writing tool drivers
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/client-driver.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/development/client-driver.txt b/doc/development/client-driver.txt index cc065dd32..32bb0aff4 100644 --- a/doc/development/client-driver.txt +++ b/doc/development/client-driver.txt @@ -10,7 +10,6 @@ driver for a configuration element type. The included example describes an existing driver, and the process that was used to create it. #. Pick a name for the driver. In this case, we picked the name RPM. -#. Add "RPM" to the ``__all__`` list in ``src/lib/Client/Tools/__init__.py`` #. Create a file in ``src/lib/Client/Tools`` with the same name (RPM.py) #. Create a class in this file with the same name (class RPM) |