]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test/check_speed.py: fix shbang line
authorBrian Warner <warner@lothar.com>
Tue, 18 Aug 2009 00:59:48 +0000 (17:59 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 18 Aug 2009 00:59:48 +0000 (17:59 -0700)
src/allmydata/test/check_speed.py

index d709f04861072308fc9e98beff96f1699dc64e84..84c21d47a1c5dbf8ef0f21d5ced851460e4617f4 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/env/python
+#! /usr/bin/env python
 
 import os, sys
 from twisted.internet import reactor, defer