Esempio n. 1
0
 def eject_wine_disc(self):
     prefix = self.target_path
     wine_path = wine.get_wine_version_exe(self._get_runner_version())
     wine.eject_disc(wine_path, prefix)
Esempio n. 2
0
 def eject_wine_disc(self):
     """Use Wine to eject a CD, otherwise Wine can have problems detecting disc changes"""
     wine_path = get_wine_version_exe(self._get_runner_version())
     wine.eject_disc(wine_path, self.target_path)
Esempio n. 3
0
 def eject_wine_disc(self):
     """Use Wine to eject a CD, otherwise Wine can have problems detecting disc changes"""
     wine_path = get_wine_version_exe(self._get_runner_version())
     wine.eject_disc(wine_path, self.target_path)
Esempio n. 4
0
 def eject_wine_disc(self):
     prefix = self.target_path
     wine_path = wine.get_wine_version_exe(self._get_runner_version())
     wine.eject_disc(wine_path, prefix)