Do not hardcode /usr/bin/python

master
Marco Pesenti Gritti 18 years ago
parent 6de66d38ae
commit 4cdf88f31d

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

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

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

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

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

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys
from sugar import setup

Loading…
Cancel
Save