From: Alec Warner Date: Tue, 8 May 2007 05:07:06 +0000 (-0000) Subject: Honestly if they are missing sys, that error message probably won't help any more... X-Git-Tag: v2.2_pre1~1446 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e17598cceac1fc0e55660b75f3d5c281f7191970;p=portage.git 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 --- 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: