[tuxdroid-svn] r4637 - software_suite_v3/smart-core/smart-server/trunk/resources/03_advanced_api
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-05-05 13:59:41
|
Author: remi
Date: 2009-05-05 15:59:27 +0200 (Tue, 05 May 2009)
New Revision: 4637
Modified:
software_suite_v3/smart-core/smart-server/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py
Log:
* disabled a resource
Modified: software_suite_v3/smart-core/smart-server/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py 2009-05-05 13:56:11 UTC (rev 4636)
+++ software_suite_v3/smart-core/smart-server/trunk/resources/03_advanced_api/resourceTestGadgetMessage.py 2009-05-05 13:59:27 UTC (rev 4637)
@@ -1,3 +1,4 @@
+'''
# ==============================================================================
# TTS Resource
# ==============================================================================
@@ -97,3 +98,4 @@
resourceTestGadgetMessage = TDSResourceTestGadgetMessage("resourceTestGadgetMessage")
# Register the resource into the resources manager
resourcesManager.addResource(resourceTestGadgetMessage)
+'''
\ No newline at end of file
|