Ejemplo 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)
Ejemplo 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)
Ejemplo 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)
Ejemplo 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)