summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 83f4b96cb..c987dc3e2 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -8,6 +8,8 @@
# that last one is tricky because multiple profiles need to be checked.
import os,sys,shutil
+if not hasattr(__builtins__, "set"):
+ from sets import Set as set
exename=os.path.basename(sys.argv[0])
os.environ["PORTAGE_CALLER"]="repoman"
sys.path = ["/usr/lib/portage/pym"]+sys.path