ajout du script compatibilise de stephane
darcs-hash:20061020085711-f46e9-6f826e4c868038f0c3374d3513aa88ad0c6bc748.gz
This commit is contained in:
parent
714eafb781
commit
8e5a53aece
2 changed files with 4 additions and 1 deletions
|
@ -156,6 +156,9 @@ class impression:
|
|||
|
||||
def __init__(self, path_to_pdf, adh = None):
|
||||
self._fichier = path_to_pdf
|
||||
os.system("/usr/scripts/impression/compatibilise %s" % path_to_pdf)
|
||||
|
||||
|
||||
self._adh = adh
|
||||
# calcule le prix de l'encre tout de suite
|
||||
self._base_prix_couleurs, self._nb_pages = cout.base_prix_couleurs(path_to_pdf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue