summaryrefslogtreecommitdiffstats
path: root/bin/regenworld
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-12 08:19:46 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-12 08:19:46 +0000
commitd8bfca254d38cdfe8d193583d2ec7eb590528433 (patch)
tree20b2d7dd38b7756b6a8bcbdc40e896620edd7005 /bin/regenworld
parent544952b129dbb7cd0a0e9ab323c2e89c1b4060c9 (diff)
downloadportage-d8bfca254d38cdfe8d193583d2ec7eb590528433.tar.gz
portage-d8bfca254d38cdfe8d193583d2ec7eb590528433.tar.bz2
portage-d8bfca254d38cdfe8d193583d2ec7eb590528433.zip
More String deprecation
svn path=/main/trunk/; revision=5597
Diffstat (limited to 'bin/regenworld')
-rwxr-xr-xbin/regenworld2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/regenworld b/bin/regenworld
index a7428ed9e..0f7de9a2a 100755
--- a/bin/regenworld
+++ b/bin/regenworld
@@ -9,7 +9,7 @@ try:
except ImportError:
sys.path.insert(0, "/usr/lib/portage/pym")
import portage
-import string, re
+import re
__candidatematcher__ = re.compile("^[0-9]+: \\*\\*\\* emerge ")
__noncandidatematcher__ = re.compile(" sync( |$)| clean( |$)| search( |$)|--oneshot|--fetchonly| unmerge( |$)")