blob: 781f509d4dd3d33f678f74fe6484b04135bff38a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2005/02/13 13:53:34 recht Exp $
--- btreannounce.py.orig Mon Mar 17 20:26:40 2003
+++ btreannounce.py
@@ -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:
|