[tuxdroid-svn] r5357 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-09-11 12:43:10
|
Author: remi
Date: 2009-09-11 14:42:48 +0200 (Fri, 11 Sep 2009)
New Revision: 5357
Modified:
software_suite_v3/smart-core/smart-server/trunk/tuxhttpserver.py
Log:
* Updated runServer command
Modified: software_suite_v3/smart-core/smart-server/trunk/tuxhttpserver.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/tuxhttpserver.py 2009-09-11 12:05:06 UTC (rev 5356)
+++ software_suite_v3/smart-core/smart-server/trunk/tuxhttpserver.py 2009-09-11 12:42:48 UTC (rev 5357)
@@ -47,9 +47,6 @@
time.sleep(0.5)
def runServer():
- killOldSmartCoreChildren()
- killPreviousSmartServer()
- refreshTaskBar()
from TuxDroidServer import initializeServer
from TuxDroidServer import httpServer
from TuxDroidServer import finalizeServer
|