From 73a3d07ad9b9154e6f712012bad489207c9f8e85 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 23 Jul 2010 19:51:41 -0400 Subject: Fix shebang line for testall.py --- testall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testall.py') diff --git a/testall.py b/testall.py index bf0b4c76..bb368839 100644 --- a/testall.py +++ b/testall.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/env python import unittest import logging import sys -- cgit v1.2.3