SF.net SVN: fclient:[867] trunk/fclient/fclient/impl/ViewConnection.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-02 19:15:38
|
Revision: 867
http://fclient.svn.sourceforge.net/fclient/?rev=867&view=rev
Author: jUrner
Date: 2008-08-02 19:15:44 +0000 (Sat, 02 Aug 2008)
Log Message:
-----------
don't query config. not necessary
Modified Paths:
--------------
trunk/fclient/fclient/impl/ViewConnection.py
Modified: trunk/fclient/fclient/impl/ViewConnection.py
===================================================================
--- trunk/fclient/fclient/impl/ViewConnection.py 2008-08-02 19:08:59 UTC (rev 866)
+++ trunk/fclient/fclient/impl/ViewConnection.py 2008-08-02 19:15:44 UTC (rev 867)
@@ -4,17 +4,6 @@
#
#
#*********************************************************************
-#NOTES:
-#
-# current handling is:
-# 1. connect to fcp client
-# 2. query config
-#
-# all listebners interested in fcp client should take arrival of config
-# as signal to start doing whatever
-#
-#*********************************************************************
-
from __future__ import absolute_import
if __name__ == '__main__': # see --> http://bugs.python.org/issue1510172 . works only current dir and below
import os; __path__ = [os.path.dirname(__file__)]
@@ -139,10 +128,6 @@
else:
if result is not None:
self.stop()
- # 1st thing todo after connect is to query the config from the node so all
- # listeners right away so not everyone has to query it so. needs more details
- # or joins the gui later.. feel free to query again
- config.fcpClient.getConfig()
return True
return False
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|