SF.net SVN: fclient: [53] trunk/fclient/config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2007-11-07 17:33:38
|
Revision: 53
http://fclient.svn.sourceforge.net/fclient/?rev=53&view=rev
Author: jUrner
Date: 2007-11-07 09:32:18 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
added a todo
Modified Paths:
--------------
trunk/fclient/config.py
Modified: trunk/fclient/config.py
===================================================================
--- trunk/fclient/config.py 2007-11-06 12:40:00 UTC (rev 52)
+++ trunk/fclient/config.py 2007-11-07 17:32:18 UTC (rev 53)
@@ -30,7 +30,6 @@
"DlgPreferences": _(DocDir, 'dialogs', 'preferences.html'),
}
-
#*****************************************************************************
#
#*****************************************************************************
@@ -57,6 +56,7 @@
#TODO: assistant can not handle locale dependend docs yet
self.assistant = assistant.Assistant(parent, profile=AssistantProfile, pages=DocPages)
+ #TODO: no good idea to have a default directory. May lead to troubles when making fclient executable
self.defaultDownloadDir = os.path.join(BaseDir, 'download')
self.fcpClientManager = FcpClientManager(parent)
self.language = language.Language([LanguageDir, ], translationPrefixes=TranslationPrefixes)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|