[or-cvs] don"t try to run python2.2 explicitly, just python.

arma at seul.org arma at seul.org
Sat Apr 8 06:20:48 UTC 2006


Update of /home2/or/cvsroot/tor/contrib
In directory moria:/home/arma/work/onion/cvs/tor/contrib

Modified Files:
	exitlist 
Log Message:
don't try to run python2.2 explicitly, just python.

nick says all the people with obsolete pythons are unreal.


Index: exitlist
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/exitlist,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -d -r1.5 -r1.6
--- exitlist	2 Apr 2006 08:13:25 -0000	1.5
+++ exitlist	8 Apr 2006 06:20:46 -0000	1.6
@@ -2,22 +2,22 @@
 # Copyright 2005-2006 Nick Mathewson
 # See the LICENSE file in the Tor distribution for licensing information.
 
+# Requires Python 2.2 or later.
+
 """
  exitlist -- Given a Tor directory on stdin, lists the Tor servers
  that accept connections to given addreses.
 
  example usage (Tor 0.1.0.x and earlier):
 
-    python2.2 exitlist < ~/.tor/cached-directory
+    python exitlist < ~/.tor/cached-directory
 
  example usage (Tor 0.1.1.10-alpha and later):
 
-    cat ~/.tor/cached-routers* | python2.2 exitlist
+    cat ~/.tor/cached-routers* | python exitlist
 
 """
 
-# Requires Python 2.2 or later.
-
 #
 # Change this to True if you want more verbose output.  By default, we
 # only print the IPs of the servers that accept any the listed



More information about the tor-commits mailing list