freebsd-ports/net-p2p/py-fngrab/files/patch-fngrab.py
Ying-Chieh Liao 39e56993c5 add py-fngrab 0.0.4
A replacement for the official Freenet Project's freenet_request
2002-03-24 06:24:39 +00:00

17 lines
419 B
Python

--- fngrab.py.orig Sun Mar 24 14:14:24 2002
+++ fngrab.py Sun Mar 24 14:14:38 2002
@@ -14,10 +14,10 @@
import os, socket, sys, string, time, threading
# Custom stuff:
-#from FreenetGrab import cmdline
-#from FreenetGrab import xmlrpclib
-import cmdline
-from xmlrpclib import *
+from FreenetGrab import cmdline
+from FreenetGrab import xmlrpclib
+#import cmdline
+#from xmlrpclib import *
TRANSFERRING=0
DONE=1