From: fuzzyray Date: Thu, 8 Apr 2010 21:19:35 +0000 (-0000) Subject: Fix bad indentation X-Git-Tag: gentoolkit-0.3.0_rc11~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=14fd12e714322cf743891ddd81dc94d4801a1255;p=gentoolkit.git Fix bad indentation svn path=/trunk/gentoolkit/; revision=769 --- diff --git a/setup.py b/setup.py index 0bd2dd1..ce4d959 100755 --- a/setup.py +++ b/setup.py @@ -18,10 +18,10 @@ __version__ = os.getenv('VERSION', default='9999') cwd = os.getcwd() # Load EPREFIX from Portage, fall back to the empty string if it fails - try: - from portage.const import EPREFIX - except AttributeError: - EPREFIX='' +try: + from portage.const import EPREFIX +except AttributeError: + EPREFIX='' # Bash files that need `VERSION=""` subbed, relative to this dir: