Start splitting renew.py out of cli.py

This commit is contained in:
Peter Eckersley
2016-03-11 12:29:31 -08:00
parent 2656d97260
commit 388baa5a1e
5 changed files with 333 additions and 317 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class Plugin(object):
NOTE: if you add argpase arguments such that users setting them can
create a config entry that python's bool() would consider false (ie,
the use might set the variable to "", [], 0, etc), please ensure that
cli._set_by_cli() works for your variable.
cli.set_by_cli() works for your variable.
"""