From 87fe772b8a208d3366be9ab3b605b2e8edda6b50 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 23 Oct 2008 14:58:36 +0100 Subject: bitbake-dev: rename readVariable to getVariable Changing the name of this command makes it more consistent with other command names. --- bitbake-dev/lib/bb/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake-dev/lib/bb/command.py') diff --git a/bitbake-dev/lib/bb/command.py b/bitbake-dev/lib/bb/command.py index 7cee1d5d3..293202be5 100644 --- a/bitbake-dev/lib/bb/command.py +++ b/bitbake-dev/lib/bb/command.py @@ -114,7 +114,7 @@ class CommandsSync: """ return command.cooker.commandlineAction - def readVariable(self, command, params): + def getVariable(self, command, params): """ Read the value of a variable from configuration.data """ -- cgit v1.2.3