Ticket #7482: sagelib_7482.patch
File sagelib_7482.patch, 612 bytes (added by , 13 years ago) |
---|
-
sage/all_notebook.py
# HG changeset patch # User William Stein <wstein@gmail.com> # Date 1258514946 28800 # Node ID 67164a0bff66b02225cdc11338aa306e5a71f012 # Parent 9151048cba38e00572fd9a8b178444ae0941af5c trac 7482 -- provide a mode so that undeclared variables magically spring into existence and object oriented notation is not necessary diff -r 9151048cba38 -r 67164a0bff66 sage/all_notebook.py
a b 27 27 28 28 from sage.server.support import help 29 29 30 from sagenb.misc.support import automatic_names 30 31 31 32 32 33