[tuxdroid-svn] r4846 - software_suite_v3/smart-core/smart-server/trunk/resources/07_web_interfaces
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-21 18:15:31
|
Author: remi
Date: 2009-06-21 20:15:21 +0200 (Sun, 21 Jun 2009)
New Revision: 4846
Modified:
software_suite_v3/smart-core/smart-server/trunk/resources/07_web_interfaces/01_resourceWIUser01.py
Log:
* forgot to remove a debug line
Modified: software_suite_v3/smart-core/smart-server/trunk/resources/07_web_interfaces/01_resourceWIUser01.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/resources/07_web_interfaces/01_resourceWIUser01.py 2009-06-21 18:11:24 UTC (rev 4845)
+++ software_suite_v3/smart-core/smart-server/trunk/resources/07_web_interfaces/01_resourceWIUser01.py 2009-06-21 18:15:21 UTC (rev 4846)
@@ -139,7 +139,6 @@
contentStruct['root']['language'] = language
self.haveXsl = True
self.xslPath = "/data/web_interface/%s/xsl/livewithtux.xsl" % skin
- resourceWIUser01.getStates()
return headersStruct, contentStruct
# Register the service into the resource
|