From 0e0c499fada49eee3442305988288bdcf527976a 2007-05-26 10:54:03 From: vivainio Date: 2007-05-26 10:54:03 Subject: [PATCH] removed decorator --- diff --git a/IPython/generics.py b/IPython/generics.py index da471c7..e578c0b 100644 --- a/IPython/generics.py +++ b/IPython/generics.py @@ -19,7 +19,6 @@ can use the niftier decorator syntax) ''' -@generic def result_display(result): """ print the result of computation """ raise TryNext