From f025b41443c31f61fe6bdc2397ec02c5eeb171e8 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Sun, 18 Nov 2007 14:33:40 +0000 Subject: [PATCH] fix function call git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@723 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/uiTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/uiTools.py b/client/uiTools.py index 4b33a47ce..189436e93 100644 --- a/client/uiTools.py +++ b/client/uiTools.py @@ -144,7 +144,7 @@ def worldUpdate(ask = False, pretend = False, verbose = False, onlyfetch = False if (not pretend) and (upgradeTo): # update configuration - writeNewBranch(upgradeTo) + entropyTools.writeNewBranch(upgradeTo) updateList = set() fineList = set()