コード例 #1
0
ファイル: shot.py プロジェクト: sashaouellet/Helix
	def release_path(self):
		return os.path.realpath(env.convertPath(self._release_path))
コード例 #2
0
ファイル: shot.py プロジェクト: sashaouellet/Helix
	def work_path(self):
		return os.path.realpath(env.convertPath(self._work_path))