From 7b9798ac894deda537c8d255c10edfa1d294a89a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 6 Dec 2008 22:34:13 +0000 Subject: Allow 'system' and 'world' arguments simultaneously since it doesn't hurt. svn path=/main/branches/2.1.6/; revision=12173 --- pym/_emerge/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pym') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 8126ae7b3..36670f69a 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -13600,10 +13600,6 @@ def expand_set_arguments(myfiles, myaction, root_config): multiple_actions("world", myaction) return (myfiles, 1) - if system and world: - multiple_actions("system", "world") - return (myfiles, 1) - return (myfiles, os.EX_OK) def repo_name_check(trees): -- cgit v1.2.3-1-g7c22