From eacd8e411386ae0abbc83ace096d5c64bdfb01fa 2009-03-13 17:56:47 From: Fernando Perez Date: 2009-03-13 17:56:47 Subject: [PATCH] Minor formatting cleanups, remove more svn keyword marks --- diff --git a/IPython/Extensions/ipy_profile_zope.py b/IPython/Extensions/ipy_profile_zope.py index 3c812f0..3813dfa 100644 --- a/IPython/Extensions/ipy_profile_zope.py +++ b/IPython/Extensions/ipy_profile_zope.py @@ -12,7 +12,6 @@ __author__ = """Stefan Eletzhofer """ __docformat__ = 'plaintext' -__revision__ = "$Revision$" from IPython import ipapi from IPython import Release diff --git a/IPython/UserConfig/ipythonrc b/IPython/UserConfig/ipythonrc index 6f2efb7..c90044f 100644 --- a/IPython/UserConfig/ipythonrc +++ b/IPython/UserConfig/ipythonrc @@ -1,5 +1,4 @@ # -*- Mode: Shell-Script -*- Not really, but shows comments correctly -# $Id: ipythonrc 2156 2007-03-19 02:32:19Z fperez $ #*************************************************************************** # diff --git a/IPython/excolors.py b/IPython/excolors.py index 23f2677..0245eb5 100644 --- a/IPython/excolors.py +++ b/IPython/excolors.py @@ -124,7 +124,7 @@ def exception_colors(): #line = C.Brown, # brown often is displayed as yellow line = C.Red, caret = C.Normal, - Normal = C.Normal + Normal = C.Normal, )) return ex_colors