From e17598cceac1fc0e55660b75f3d5c281f7191970 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Tue, 8 May 2007 05:07:06 +0000 Subject: Honestly if they are missing sys, that error message probably won't help any more than the other one (zomg broken) svn path=/main/trunk/; revision=6499 --- pym/portage/__init__.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 4cdfebe6f..f81fb7766 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -12,12 +12,7 @@ VERSION="$Rev$"[6:-2] + "-svn" try: import sys -except ImportError: - print "Failed to import sys! Something is _VERY_ wrong with python." - raise - -try: - import copy, errno, os, re, shutil, time, types + import copy, errno, os, re, shutil, time, types try: import cPickle except ImportError: -- cgit v1.2.3-1-g7c22