/[gzz]/gzz/metacode/mputils.py
ViewVC logotype

Diff of /gzz/metacode/mputils.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by humppake, Thu Feb 6 21:57:42 2003 UTC revision 1.9 by benja, Sun Feb 9 00:39:42 2003 UTC
# Line 134  def mp2png(prefix, scale=1.0): Line 134  def mp2png(prefix, scale=1.0):
134                    
135      syscmd = "/usr/bin/mpost --file-line-error-style "+\      syscmd = "/usr/bin/mpost --file-line-error-style "+\
136               "--interaction nonstopmode "+\               "--interaction nonstopmode "+\
137               "%s" % prefix+".3 >/dev/null";               "%s" % prefix+".3 >/dev/null;"+\
138                 'cp %s.1 %s.eps' % (prefix, prefix)
139    
140      if settings.has_key('tmpdir'):      if settings.has_key('tmpdir'):
141          os.system("cd "+path+";"+syscmd)          os.system("cd "+path+";"+syscmd)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26