aboutsummaryrefslogtreecommitdiff
path: root/french/eficas/files/patch-Editeur_bureau.py
diff options
context:
space:
mode:
Diffstat (limited to 'french/eficas/files/patch-Editeur_bureau.py')
-rw-r--r--french/eficas/files/patch-Editeur_bureau.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/french/eficas/files/patch-Editeur_bureau.py b/french/eficas/files/patch-Editeur_bureau.py
deleted file mode 100644
index 019d5e0a2711..000000000000
--- a/french/eficas/files/patch-Editeur_bureau.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- Editeur/bureau.py.orig Tue Jan 3 18:02:45 2006
-+++ Editeur/bureau.py Mon Jan 9 22:26:41 2006
-@@ -638,7 +638,7 @@
- if os.name == 'nt':
- os.spawnv(os.P_NOWAIT,commande,(commande,fichier,))
- elif os.name == 'posix':
-- script ="#!/usr/bin/sh \n%s %s&" %(commande,fichier)
-+ script ="#! /bin/sh \n%s %s&" %(commande,fichier)
- pid = os.system(script)
- except AttributeError:
- traceback.print_exc()