13 lines
401 B
Text
13 lines
401 B
Text
$NetBSD: patch-ab,v 1.1 2004/03/09 10:33:22 recht Exp $
|
|
|
|
--- btreannounce.py.orig 2004-03-07 22:50:01.000000000 +0100
|
|
+++ btreannounce.py 2004-03-07 22:50:12.000000000 +0100
|
|
@@ -3,7 +3,7 @@
|
|
# Written by Henry 'Pi' James and Bram Cohen
|
|
# see LICENSE.txt for license information
|
|
|
|
-from sys import argv
|
|
+from sys import argv, exit
|
|
from BitTorrent.bencode import bencode, bdecode
|
|
|
|
if len(argv) < 3:
|