[Commits] (bear) thanks andi
commits at osafoundation.org
commits at osafoundation.org
Mon Feb 7 19:47:49 PST 2005
Commit by: bear
Modified files:
chandler/Chandler.py 1.60 1.61
Log message:
thanks andi
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/Chandler.py.diff?r1=text&tr1=1.60&r2=text&tr2=1.61
Index: chandler/Chandler.py
diff -u chandler/Chandler.py:1.60 chandler/Chandler.py:1.61
--- chandler/Chandler.py:1.60 Mon Feb 7 16:40:37 2005
+++ chandler/Chandler.py Mon Feb 7 19:47:48 2005
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.60 $"
-__date__ = "$Date: 2005/02/08 00:40:37 $"
+__version__ = "$Revision: 1.61 $"
+__date__ = "$Date: 2005/02/08 03:47:48 $"
__copyright__ = "Copyright (c) 2003-2005 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -33,10 +33,10 @@
if dataDir is None or not os.path.isdir(dataDir):
dataDir = os.path.expanduser('~')
- profileDir = os.path.join(dataDir, 'Open Source Application Foundation', 'Chandler')
+ profileDir = os.path.join(dataDir, 'Open Source Applications Foundation', 'Chandler')
elif sys.platform == 'darwin':
dataDir = os.path.join(os.path.expanduser('~'), 'Library', 'Application Support')
- profileDir = os.path.join(dataDir, 'Open Source Application Foundation', 'Chandler')
+ profileDir = os.path.join(dataDir, 'Open Source Applications Foundation', 'Chandler')
else:
dataDir = os.path.expanduser('~')
profileDir = os.path.join(dataDir, '.chandler')
More information about the Commits
mailing list