[tuxdroid-svn] r5181 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-28 08:42:35
|
Author: remi Date: 2009-07-28 10:42:10 +0200 (Tue, 28 Jul 2009) New Revision: 5181 Modified: software_suite_v3/smart-core/smart-server/trunk/TDSConfiguration.py Log: * default value must be "False" Modified: software_suite_v3/smart-core/smart-server/trunk/TDSConfiguration.py =================================================================== --- software_suite_v3/smart-core/smart-server/trunk/TDSConfiguration.py 2009-07-28 08:31:54 UTC (rev 5180) +++ software_suite_v3/smart-core/smart-server/trunk/TDSConfiguration.py 2009-07-28 08:42:10 UTC (rev 5181) @@ -108,4 +108,4 @@ # ------------------------------------------------------------------------------ # Misc configurations # ------------------------------------------------------------------------------ -os.environ["TDS_PLUGIN_PLATFORM_ALL"] = "True" +os.environ["TDS_PLUGIN_PLATFORM_ALL"] = "False" |