Example #1
0
	def _startVnc(self):
		repy.startVnc(self.host, self.id, self.getVncPort(), self.vncPassword())
Example #2
0
File: prog.py Project: m3z/ToMaTo
	def _startVnc(self):
		if self._vncRunning():
			return
		repy.startVnc(self.host, self.id, self.getVncPort(), self.vncPassword())