From 9729450d2caeef9a05246a7b69dae86522e27535 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Tue, 20 Jan 2015 21:59:10 -0800 Subject: [PATCH] Change names to meet the API --- letsencrypt/client/apache/parser.py | 2 +- letsencrypt/client/augeas_configurator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt/client/apache/parser.py b/letsencrypt/client/apache/parser.py index 9f8dc06d9..efc692d97 100644 --- a/letsencrypt/client/apache/parser.py +++ b/letsencrypt/client/apache/parser.py @@ -246,7 +246,7 @@ class ApacheParser(object): Checks to see if file_path is parsed by Augeas If filepath isn't parsed, the file is added and Augeas is reloaded - :param str file_path: Apache config file path + :param str filepath: Apache config file path """ # Test if augeas included file for Httpd.lens diff --git a/letsencrypt/client/augeas_configurator.py b/letsencrypt/client/augeas_configurator.py index 74c548def..793b141d6 100644 --- a/letsencrypt/client/augeas_configurator.py +++ b/letsencrypt/client/augeas_configurator.py @@ -188,7 +188,7 @@ class AugeasConfigurator(object): self.aug.load() - def show_config_changes(self): + def view_config_changes(self): """Displays all saved checkpoints. All checkpoints are printed to the console.