From 501571fadc81be83017968b098fb05b73a6043b1 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 15 Oct 2006 16:29:23 +0000 Subject: Implemented emerge --sync --- geneticone/gui/gui_helper.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'geneticone/gui/gui_helper.py') diff --git a/geneticone/gui/gui_helper.py b/geneticone/gui/gui_helper.py index 7171b67..909c98f 100644 --- a/geneticone/gui/gui_helper.py +++ b/geneticone/gui/gui_helper.py @@ -506,6 +506,10 @@ class EmergeQueue: self._emerge(options, ["world"], [self.emergeIt]) + def sync (self): + """Calls "emerge --sync".""" + self._emerge(["--sync"], [], []) + def remove_with_children (self, it, removeNewFlags = True): """Convenience function which removes all children of an iterator and than the iterator itself. -- cgit v1.2.3-70-g09d2