Skip to content

Commit

Permalink
Revert a change that would cause massive notebook problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Aug 17, 2008
1 parent 83ecd0a commit 4576dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/server/notebook/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from sage.misc.preparser import strip_string_literals


class Cell_generic(object):
class Cell_generic:
def is_interactive_cell(self):
"""
Returns True if this cell contains the use of interact either
Expand Down

0 comments on commit 4576dfc

Please sign in to comment.