summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-02 11:58:26 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-02 11:58:26 +0100
commit275933f76f5f2557612117510028b8e000d5c6c7 (patch)
tree4443a36dd8226b0b2327ea924c3ec15872a0586a /setup.py
parent47ae7ea1bb7af5ee3a1b391ff7bc0fe907b1094d (diff)
downloadmorph-275933f76f5f2557612117510028b8e000d5c6c7.tar.gz
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
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