diff --git a/libraries/enzymeTools.py b/libraries/enzymeTools.py index cc41170e7..943ef6993 100644 --- a/libraries/enzymeTools.py +++ b/libraries/enzymeTools.py @@ -54,5 +54,5 @@ def getSyncTime(): # fetch the latest updates from Gentoo rsync mirrors def sync(): print_info(green("syncing the Portage tree at: "+etpConst['portagetreedir'])) - entropyTools.spawnCommand(vdbPORTDIR+"="+etpConst['portagetreedir']+" "+cdbEMERGE+" --sync") + spawnCommand(vdbPORTDIR+"="+etpConst['portagetreedir']+" "+cdbEMERGE+" --sync") \ No newline at end of file