Change names to meet the API

This commit is contained in:
James Kasten 2015-01-20 21:59:10 -08:00
parent 6927c1b910
commit 9729450d2c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.