From 14fd12e714322cf743891ddd81dc94d4801a1255 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 8 Apr 2010 21:19:35 +0000 Subject: [PATCH] Fix bad indentation svn path=/trunk/gentoolkit/; revision=769 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.26.2