diff options
-rw-r--r-- | data_hacks/bar_chart.py | 2 | ||||
-rw-r--r-- | data_hacks/histogram.py | 2 | ||||
-rw-r--r-- | data_hacks/ninety_five_percent.py | 2 | ||||
-rw-r--r-- | data_hacks/run_for.py | 2 | ||||
-rw-r--r-- | data_hacks/sample.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
6 files changed, 7 insertions, 5 deletions
diff --git a/data_hacks/bar_chart.py b/data_hacks/bar_chart.py index 33aa0ab..2bd62dc 100644 --- a/data_hacks/bar_chart.py +++ b/data_hacks/bar_chart.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Copyright 2010 bit.ly # diff --git a/data_hacks/histogram.py b/data_hacks/histogram.py index 18c3925..ba62fbc 100644 --- a/data_hacks/histogram.py +++ b/data_hacks/histogram.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Copyright 2010 bit.ly # diff --git a/data_hacks/ninety_five_percent.py b/data_hacks/ninety_five_percent.py index 66f6124..8459fbc 100644 --- a/data_hacks/ninety_five_percent.py +++ b/data_hacks/ninety_five_percent.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Copyright 2010 bit.ly # diff --git a/data_hacks/run_for.py b/data_hacks/run_for.py index 1e6e26b..4485a23 100644 --- a/data_hacks/run_for.py +++ b/data_hacks/run_for.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Copyright 2010 bit.ly # diff --git a/data_hacks/sample.py b/data_hacks/sample.py index c945de1..744b562 100644 --- a/data_hacks/sample.py +++ b/data_hacks/sample.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Copyright 2010 bit.ly # @@ -1,3 +1,5 @@ +#!/usr/bin/env python + from distutils.core import setup version = "0.2" |