test/check_speed.py: fix shbang line

This commit is contained in:
Brian Warner 2009-08-17 17:59:48 -07:00
parent 69f0d306e7
commit 14cb5ca436

View File

@ -1,4 +1,4 @@
#! /bin/env/python
#! /usr/bin/env python
import os, sys
from twisted.internet import reactor, defer