Change to /usr/bin/python instead of /bin/env python

This commit is contained in:
Dan Williams 2006-10-29 11:06:21 -05:00
parent f679b4b3cc
commit 4071b1970e

View File

@ -1,4 +1,4 @@
#! /bin/env python
#!/usr/bin/python
# vi: ts=4 ai noet
#
# Copyright (C) 2006, Red Hat, Inc.