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

Use default python version.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2516 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 40652c1c
#! /usr/bin/env python2.4
#! /usr/bin/env python
#
# neoadmin - run an administrator node of NEO
#
......
#! /usr/bin/env python2.4
#! /usr/bin/env python
#
# neomaster - run a master node of NEO
#
......
#! /usr/bin/env python2.4
#! /usr/bin/env python
#
# neomigrate - import/export data between NEO and a FileStorage
#
......
#! /usr/bin/env python2.4
#! /usr/bin/env python
#
# neostorage - run a storage node of NEO
#
......
#!/usr/bin/env python2.4
#!/usr/bin/env python
import sys
import os
......
#! /usr/bin/env python2.4
#! /usr/bin/env python
import os
import sys
......
#! /usr/bin/env python2.4
#! /usr/bin/env python
import sys
import time
......
#! /usr/bin/env python2.4
#! /usr/bin/env python
#
# 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