blob: 091fb5ff6fae747276fa905c2344beba6c09f012 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- 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
|