commit | cf20dd6b2003b73aae77c3ea9bed3f4392408d29 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Thu Jun 12 16:38:38 2008 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Thu Jun 12 16:38:38 2008 -0400 |
tree | 4b3e7c63217d02e8ef4c7ca9c868d81c2be75578 | |
parent | 6fe60c23496b724af39395428a02f733bb820132 [diff] |
Add #! to setup.py so it can be run directly Resolves sf patch 1939805
diff --git a/setup.py b/setup.py index c5666eb..1ebba4f 100755 --- a/setup.py +++ b/setup.py
@@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) AB Strakt 2001, All rights reserved