From 6edb89f8cc499bc367f20a3c893c6c062916e4be 2008-05-03 16:06:01
From: ville <ville@ville-desktop>
Date: 2008-05-03 16:06:01
Subject: [PATCH] Trivial changes from debian patches (shebang, python-profiler installation hint)
---

diff --git a/IPython/Extensions/ipy_completers.py b/IPython/Extensions/ipy_completers.py
index faedf6f..ecc724a 100644
--- a/IPython/Extensions/ipy_completers.py
+++ b/IPython/Extensions/ipy_completers.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 """ Implementations for various useful completers
 
diff --git a/IPython/Magic.py b/IPython/Magic.py
index 2fb106c..19ac301 100644
--- a/IPython/Magic.py
+++ b/IPython/Magic.py
@@ -115,9 +115,9 @@ class Magic:
 
     def profile_missing_notice(self, *args, **kwargs):
         error("""\
-The profile module could not be found.  If you are a Debian user,
-it has been removed from the standard Debian package because of its non-free
-license. To use profiling, please install"python2.3-profiler" from non-free.""")
+The profile module could not be found. It has been removed from the standard
+python packages because of its non-free license. To use profiling, install the
+python-profiler package from non-free.""")
 
     def default_option(self,fn,optstr):
         """Make an entry in the options_table for fn, with value optstr"""