Add files from parent branch HEAD:
[pkgsrc.git] / net / bittorrent / patches / patch-ab
1 $NetBSD$
2
3 --- bittorrent-console.orig     2006-01-31 20:16:36.000000000 +0000
4 +++ bittorrent-console  2006-02-26 15:28:20.000000000 +0000
5 @@ -157,6 +157,7 @@
6          print _("share rating:  "), self.shareRating
7          print _("seed status:   "), self.seedStatus
8          print _("peer status:   "), self.peerStatus
9 +        sys.stdout.flush()
10  
11      def print_spew(self, spew):
12          s = StringIO()