summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-07-23 19:51:41 -0400
committerLance Stout <lancestout@gmail.com>2010-07-23 19:51:41 -0400
commit07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2 (patch)
tree82ecb70333022aa8bfca520c23de4d99f4a41b63
parentd0a5c539d8f7cacbcf10730e65695a9dee89fc70 (diff)
downloadslixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.tar.gz
slixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.tar.bz2
slixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.tar.xz
slixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.zip
Fix shebang line for testall.py
-rw-r--r--testall.py2
1 files changed, 1 insertions, 1 deletions
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