From 8fc0a2d6ee29bd726e9f29f37637985efbd03983 2011-04-12 00:14:38 From: Fernando Perez Date: 2011-04-12 00:14:38 Subject: [PATCH] __init__ should not be an executable script. --- diff --git a/IPython/__init__.py b/IPython/__init__.py old mode 100755 new mode 100644 index c2573af..f49c9dd --- a/IPython/__init__.py +++ b/IPython/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # encoding: utf-8 """ IPython.