[Fasttran-checkins] fasttran/fasttran config.py,1.1,1.2
Status: Alpha
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2007-02-18 11:13:44
|
Update of /cvsroot/fasttran/fasttran/fasttran In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29414 Modified Files: config.py Log Message: shorten data path in standalone distribution Index: config.py =================================================================== RCS file: /cvsroot/fasttran/fasttran/fasttran/config.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.py 13 Feb 2007 05:45:06 -0000 1.1 --- config.py 18 Feb 2007 11:13:43 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- """Configuration""" """History (most recent first): + 18-feb-2007 [als] shorten data path in standalone distribution 03-feb-2007 [als] created """ *************** *** 35,39 **** # data files are put nearby. self.system_data_path = os.path.dirname(__file__).replace( ! "library.zip", "Lib\\site-packages") _env = os.environ self.user_home = _env.get("USERPROFILE") or _env.get("HOME") \ --- 36,40 ---- # data files are put nearby. self.system_data_path = os.path.dirname(__file__).replace( ! "library.zip\\fasttran", "data") _env = os.environ self.user_home = _env.get("USERPROFILE") or _env.get("HOME") \ |