~bmerry/duplicity/pydrive-regular

« back to all changes in this revision

Viewing changes to bin/rdiffdir

  • Committer: Michael Terry
  • Date: 2014-04-17 20:50:57 UTC
  • mto: This revision was merged to the branch mainline in revision 975.
  • Revision ID: michael.terry@canonical.com-20140417205057-4cxo1yebh0oer02a
Solve except 2to3 fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                                       "include-filelist-stdin", "include-globbing-filelist",
65
65
                                       "include-regexp=", "max-blocksize", "null-separator",
66
66
                                       "verbosity=", "write-sig-to="])
67
 
    except getopt.error, e:
 
67
    except getopt.error as e:
68
68
        command_line_error("Bad command line option: %s" % (str(e),))
69
69
 
70
70
    for opt, arg in optlist: