##// END OF EJS Templates
Minor formatting cleanups, remove more svn keyword marks
Fernando Perez -
Show More
@@ -12,7 +12,6 b''
12
12
13 __author__ = """Stefan Eletzhofer <stefan.eletzhofer@inquant.de>"""
13 __author__ = """Stefan Eletzhofer <stefan.eletzhofer@inquant.de>"""
14 __docformat__ = 'plaintext'
14 __docformat__ = 'plaintext'
15 __revision__ = "$Revision$"
16
15
17 from IPython import ipapi
16 from IPython import ipapi
18 from IPython import Release
17 from IPython import Release
@@ -1,5 +1,4 b''
1 # -*- Mode: Shell-Script -*- Not really, but shows comments correctly
1 # -*- Mode: Shell-Script -*- Not really, but shows comments correctly
2 # $Id: ipythonrc 2156 2007-03-19 02:32:19Z fperez $
3
2
4 #***************************************************************************
3 #***************************************************************************
5 #
4 #
@@ -124,7 +124,7 b' def exception_colors():'
124 #line = C.Brown, # brown often is displayed as yellow
124 #line = C.Brown, # brown often is displayed as yellow
125 line = C.Red,
125 line = C.Red,
126 caret = C.Normal,
126 caret = C.Normal,
127 Normal = C.Normal
127 Normal = C.Normal,
128 ))
128 ))
129
129
130 return ex_colors
130 return ex_colors
General Comments 0
You need to be logged in to leave comments. Login now