changing /usr/bin/python to /usr/bin/env python

This commit is contained in:
David Goetz 2011-03-24 15:51:44 -07:00
parent a2c9757ece
commit 6cf87bbec4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (c) 2010-2011 OpenStack, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");