rename function to reveal new task: create_files_dirs

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-30 16:06:27 +01:00
commit cbe95b18e6
2 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@ class Local(object):
return self.run(command, env, return_output)
def create_context_files_dirs(self):
def create_files_dirs(self):
self._create_context_dirs()
self._create_conf_path_and_link_conf_dirs()