From: Alec Warner Date: Tue, 9 Jan 2007 02:18:21 +0000 (-0000) Subject: This file apparently uses spaces to line everything up pretty (I have weird tabs... X-Git-Tag: v2.1.2~134 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3dc49b411365ff7dd66434dcfa5b6979fa4e360e;p=portage.git This file apparently uses spaces to line everything up pretty (I have weird tabs set, so spacies are good :P) svn path=/main/trunk/; revision=5493 --- diff --git a/pym/portage_const.py b/pym/portage_const.py index 471d94f58..a5c552f02 100644 --- a/pym/portage_const.py +++ b/pym/portage_const.py @@ -20,7 +20,7 @@ MODULES_FILE_PATH = USER_CONFIG_PATH+"/modules" CUSTOM_PROFILE_PATH = USER_CONFIG_PATH+"/profile" #PORTAGE_BASE_PATH = "/usr/lib/portage" -PORTAGE_BASE_PATH = os.path.join(os.sep, os.sep.join(__file__.split(os.sep)[:-2])) +PORTAGE_BASE_PATH = os.path.join(os.sep, os.sep.join(__file__.split(os.sep)[:-2])) PORTAGE_BIN_PATH = PORTAGE_BASE_PATH+"/bin" PORTAGE_PYM_PATH = PORTAGE_BASE_PATH+"/pym" PROFILE_PATH = "/etc/make.profile" @@ -50,7 +50,7 @@ EBUILD_PHASES = ["setup", "unpack", "compile", "test", "install", EAPI = 0 -HASHING_BLOCKSIZE = 32768 +HASHING_BLOCKSIZE = 32768 MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"] MANIFEST2_HASH_FUNCTIONS = ["SHA1","SHA256","RMD160"]