diff options
author | Lance Stout <lancestout@gmail.com> | 2010-07-23 19:51:41 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-07-23 19:51:41 -0400 |
commit | 07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2 (patch) | |
tree | 82ecb70333022aa8bfca520c23de4d99f4a41b63 /testall.py | |
parent | d0a5c539d8f7cacbcf10730e65695a9dee89fc70 (diff) | |
download | slixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.tar.gz slixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.tar.bz2 slixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.tar.xz slixmpp-07208a3eaf8f9c337971000fa3ac7bcbb6bef5e2.zip |
Fix shebang line for testall.py
Diffstat (limited to 'testall.py')
-rw-r--r-- | testall.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/env python import unittest import logging import sys |