summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-08 06:20:46 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-08 06:20:46 +0000
commitcbc7883fcd9bc560fd8dc96d2bf5393ab346dd3f (patch)
treef367d42a9babe480f7059be7eb730a74805260b7
parent5d466b76112ab5eaf59d9da4690f230abc9b2f44 (diff)
downloadtor-cbc7883fcd9bc560fd8dc96d2bf5393ab346dd3f.tar.gz
tor-cbc7883fcd9bc560fd8dc96d2bf5393ab346dd3f.zip
don't try to run python2.2 explicitly, just python.
nick says all the people with obsolete pythons are unreal. svn:r6318
-rwxr-xr-xcontrib/exitlist8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/exitlist b/contrib/exitlist
index 911f6cba7a..878d21cf18 100755
--- a/contrib/exitlist
+++ b/contrib/exitlist
@@ -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