most GDI orders

This commit is contained in:
speyrefitte
2014-08-27 18:12:52 +02:00
parent 09184c01f6
commit 5092f579f7
3 changed files with 117 additions and 18 deletions

View File

@@ -77,7 +77,6 @@ class ProxyServer(rdp.RDPServerObserver):
def onSelectMachine(self, index):
"""
@summary: Callback of view.List in Select server view
@param: machine str name of machine selected
@param: index in list
"""
ip, port = self._machines[index]