=== modified file 'openshot/openshot.py' --- openshot/openshot.py 2010-09-19 20:30:16 +0000 +++ openshot/openshot.py 2011-07-21 18:41:02 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # OpenShot Video Editor is a program that creates, modifies, and edits video files. # Copyright (C) 2009 Jonathan Thomas, TJ # === modified file 'openshot/openshot_render.py' --- openshot/openshot_render.py 2010-04-03 18:32:10 +0000 +++ openshot/openshot_render.py 2011-07-21 18:41:13 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # OpenShot Video Editor is a program that creates, modifies, and edits video files. # Copyright (C) 2009 TJ, Jonathan Thomas @@ -40,4 +40,4 @@ if __name__ == "__main__": - main() \ No newline at end of file + main()