Fix shebang line for testall.py

This commit is contained in:
Lance Stout 2010-07-23 19:51:41 -04:00
parent d0a5c539d8
commit 07208a3eaf

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.6
#!/usr/bin/env python
import unittest
import logging
import sys