From de68081e7453452688c2d9c59a2f9d00b696658c Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Sun, 24 Oct 2010 17:13:38 -0400 Subject: [PATCH] python2 for saria-test.py saria-test.py should be run with python2, not python (python is not pointing to python 3.1) --- saria-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saria-test.py b/saria-test.py index a732a610..23a5172e 100755 --- a/saria-test.py +++ b/saria-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Bryan Schumaker (8/7/2010) import os