*** empty log message ***

svn path=/trunk/boinc/; revision=2266
This commit is contained in:
Karl Chen 2003-09-05 20:16:13 +00:00
parent 23ea08ea8f
commit 2e435bc096
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
import sys, os
PROGRAM_DIR = os.path.dirname(sys.argv[0])
PROGRAM_PARENT_DIR = os.path.join(PROGRAM_DIR,os.path.pardir)
PROGRAM_PARENT_DIR = os.path.join(PROGRAM_DIR,os.pardir)
config_xml_filename = os.environ.get(
'BOINC_CONFIG_XML',