summaryrefslogtreecommitdiffstats
path: root/bin/emaint
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-11-09 15:10:37 +0000
committerMarius Mauch <genone@gentoo.org>2007-11-09 15:10:37 +0000
commiteff61dab0a1725e73dac3c2d8709fc200dfca598 (patch)
tree67cde4d818022bf5a62f3a5b16805e90e3b92af6 /bin/emaint
parenta3d594873b6faf8fc63749fbd91b0bf2cc923ce9 (diff)
downloadportage-eff61dab0a1725e73dac3c2d8709fc200dfca598.tar.gz
portage-eff61dab0a1725e73dac3c2d8709fc200dfca598.tar.bz2
portage-eff61dab0a1725e73dac3c2d8709fc200dfca598.zip
Move glsa-check from gentoolkit into portage so the gentoolkit version can be removed after 2.2 is released
svn path=/main/trunk/; revision=8478
Diffstat (limited to 'bin/emaint')
-rwxr-xr-xbin/emaint3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/emaint b/bin/emaint
index bfce4fc96..7d62bea0c 100755
--- a/bin/emaint
+++ b/bin/emaint
@@ -2,9 +2,8 @@
import sys, os, time, signal
from optparse import OptionParser, OptionValueError
-if not hasattr(__builtins__, "set"):
- from sets import Set as set
import re
+
try:
import portage
except ImportError: