summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-15 16:02:37 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-15 16:02:37 -0400
commitd70f9bdd86eeb5867a13614516684241ec5b29d3 (patch)
treedc2142fa07e8f2f6ee68e729f38b9a54ba296cd3
parenta0ebaeb9338b3ccbf18b5421e3a98010fdfb18d6 (diff)
parent03de142cfaad298124658698aba63b88d090d4fc (diff)
downloadbcfg2-d70f9bdd86eeb5867a13614516684241ec5b29d3.tar.gz
bcfg2-d70f9bdd86eeb5867a13614516684241ec5b29d3.tar.bz2
bcfg2-d70f9bdd86eeb5867a13614516684241ec5b29d3.zip
Merge branch 'master' of https://github.com/solj/bcfg2
-rw-r--r--doc/development/client-driver.txt1
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)