#! /bin/sh /usr/share/dpatch/dpatch-run ## 08_btdownloadcurses_indent.dpatch by Micah Anderson ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ --- bittornado.orig/btdownloadcurses.py +++ bittornado/btdownloadcurses.py @@ -402,6 +402,7 @@ curses_wrapper(run, errlist, argv[1:]) if errlist: - print "These errors occurred during execution:" - for error in errlist: - print error \ No newline at end of file + print "These errors occurred during execution:" + for error in errlist: + print error +