summaryrefslogtreecommitdiff
path: root/testall.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-07-23 19:51:41 -0400
committerLance Stout <lancestout@gmail.com>2010-07-26 19:43:58 -0400
commit73a3d07ad9b9154e6f712012bad489207c9f8e85 (patch)
tree82ecb70333022aa8bfca520c23de4d99f4a41b63 /testall.py
parentd0a5c539d8f7cacbcf10730e65695a9dee89fc70 (diff)
downloadslixmpp-73a3d07ad9b9154e6f712012bad489207c9f8e85.tar.gz
slixmpp-73a3d07ad9b9154e6f712012bad489207c9f8e85.tar.bz2
slixmpp-73a3d07ad9b9154e6f712012bad489207c9f8e85.tar.xz
slixmpp-73a3d07ad9b9154e6f712012bad489207c9f8e85.zip
Fix shebang line for testall.py
Diffstat (limited to '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