From 275933f76f5f2557612117510028b8e000d5c6c7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 2 Aug 2012 11:58:26 +0100 Subject: Remove #! from setup.py The proper way to run setup.py is with "python setup.py". That allows you to choose the right Python version to use. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f047131f..eceb705b 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Copyright (C) 2011, 2012 Codethink Limited # # This program is free software; you can redistribute it and/or modify -- cgit v1.2.1