diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-02-16 16:45:10 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-02-16 16:45:10 +0100 |
commit | f27613c802b1a0b5bff0f6eb3849ab4c8aac59bc (patch) | |
tree | 88b885712185bd02fdc48e93fdffe0302e58fea3 /src/SConscript | |
parent | 547a77c9e6728e05c7d11fb98714896fb4c33a31 (diff) | |
download | pyexiv2-f27613c802b1a0b5bff0f6eb3849ab4c8aac59bc.tar.gz |
Removed useless execution magic: scons scripts are not standalone executables.
Diffstat (limited to 'src/SConscript')
-rw-r--r-- | src/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript index 0df0dde..78784f6 100644 --- a/src/SConscript +++ b/src/SConscript @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- import os |