/[papo]/gnue/reports/adapters/destinations/fax/hylafax.py
ViewVC logotype

Diff of /gnue/reports/adapters/destinations/fax/hylafax.py

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

revision 1.1 by charlie, Fri Jun 28 19:43:54 2002 UTC revision 1.2 by styxman, Thu Nov 14 23:02:36 2002 UTC
# Line 69  class DestinationAdapter(Base): Line 69  class DestinationAdapter(Base):
69    
70      fax_to = string.replace(string.replace(self.destination, "`",""),';','')      fax_to = string.replace(string.replace(self.destination, "`",""),';','')
71    
72      os.system(gConfig('HylafaxBin')+" " % (fax_to) + file)      os.system('echo ' + gConfig('HylafaxCommand')% (fax_to) +" "  + file)
73      self.deleteTempFile(self.tempfile)      self.deleteTempFile(self.tempfile)
74    
75    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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