Show
Ignore:
Timestamp:
16/08/06 21:07:09 (5 years ago)
Author:
andy
Message:

Changes to reflect maintainer handover, also added a man page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/pybackpack/rdiff_interface.py

    r31 r37  
    278278                Run_rdiff(arglist) 
    279279        except Exception, e: 
    280                 sys.stderr.write("Error: %s\nrdiff-backup version: %s\n%s version: %s\nPlease e-mail the contents of this text box to davea@sucs.org" % (e, rdiff_backup.Main.Globals.version, version.APPNAME, version.VERSION)) 
     280                sys.stderr.write("Error: %s\nrdiff-backup version: %s\n%s version: %s\nPlease e-mail the contents of this text box to andy@andrewprice.me.uk" % (e, rdiff_backup.Main.Globals.version, version.APPNAME, version.VERSION)) 
    281281                raise AssertionError(e) 
    282282        logfile = sys.stdout