make python script executable

This commit is contained in:
Arvid Norberg 2010-03-05 18:12:23 +00:00
parent cb26c80103
commit 34c5420ece
13 changed files with 13 additions and 8 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/python
#! /usr/bin/env python
# Copyright Arvid Norberg 2008. Use, modification and distribution is
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

View File

@ -1,3 +1,4 @@
#! /usr/bin/env python
import os, sys, time
keys = [['upload rate', 'x1y1', 6], ['history entries', 'x1y2', 10], ['queue', 'x1y2', 4]]

View File

@ -1,4 +1,4 @@
#!/bin/python
#! /usr/bin/env python
# Copyright Arvid Norberg 2008. Use, modification and distribution is
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/python
#! /usr/bin/env python
# Copyright Arvid Norberg 2008. Use, modification and distribution is
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

View File

@ -1,3 +1,4 @@
#! /usr/bin/env python
import os, sys, time
# usage: memory.log memory_index.log

View File

@ -1,4 +1,4 @@
#!/bin/python
#! /usr/bin/env python
# Copyright Arvid Norberg 2008. Use, modification and distribution is
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

View File

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