From d8bfca254d38cdfe8d193583d2ec7eb590528433 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Fri, 12 Jan 2007 08:19:46 +0000 Subject: More String deprecation svn path=/main/trunk/; revision=5597 --- bin/dispatch-conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/dispatch-conf') diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 28c471e94..ca07f8795 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -17,7 +17,7 @@ if not hasattr(__builtins__, "set"): from stat import * from random import * -import atexit, commands, os, re, shutil, stat, string, sys +import atexit, commands, os, re, shutil, stat, sys try: import portage except ImportError: @@ -362,6 +362,6 @@ d = dispatch () if len(sys.argv) > 1: # for testing - d.grind (string.join (sys.argv [1:])) + d.grind ("".join( (sys.argv [1:])) else: d.grind (portage.settings ['CONFIG_PROTECT']) -- cgit v1.2.3-1-g7c22