Beispiel #1
0
	def _startVnc(self):
		repy.startVnc(self.host, self.id, self.getVncPort(), self.vncPassword())
Beispiel #2
0
	def _startVnc(self):
		if self._vncRunning():
			return
		repy.startVnc(self.host, self.id, self.getVncPort(), self.vncPassword())