Commit f594cfd6 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Use python 2.4 by default.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1999 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 70b4c9d3
#! /usr/bin/env python #! /usr/bin/env python2.4
# #
# neoadmin - run an administrator node of NEO # neoadmin - run an administrator node of NEO
# #
......
#! /usr/bin/env python #! /usr/bin/env python2.4
# #
# neomaster - run a master node of NEO # neomaster - run a master node of NEO
# #
......
#! /usr/bin/python2.4 #! /usr/bin/env python2.4
# #
# neomaster - run a master node of NEO # neomaster - run a master node of NEO
# #
......
#! /usr/bin/env python #! /usr/bin/env python2.4
# #
# neostorage - run a storage node of NEO # neostorage - run a storage node of NEO
# #
......
#!/usr/bin/python2.4 #!/usr/bin/env python2.4
import sys import sys
import os import os
......
#! /usr/bin/python2.4 #! /usr/bin/env python2.4
import os import os
import sys import sys
......
#! /usr/bin/python2.4 #! /usr/bin/env python2.4
# #
# Copyright (C) 2009 Nexedi SA # Copyright (C) 2009 Nexedi SA
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment