updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / djl_py2 / installe.py2.patch
bloba3e0d7de82fb23c2477e81d46ff8bc89ff3c3564
1 635c635
2 < self.p = subprocess.Popen('python ' + str(commande_j), executable=None, shell=True, cwd=chemin_jeu, stderr=self.fichier_log, stdout=self.fichier_log)
3 ---
4 > self.p = subprocess.Popen('python2 ' + str(commande_j), executable=None, shell=True, cwd=chemin_jeu, stderr=self.fichier_log, stdout=self.fichier_log)