Example #1
0
	def initCwd(self):
		self.cwd = getWinPath(os.getcwd())
Example #2
0
	def initExecutable(self):
		"""传递给 windows 运行时, 将 executable 路径转换成 windows 格式."""
		super(WinRunCyg, self).initExecutable()
		if self.executable:
			self.executable = getWinPath(self.executable)