# HG changeset patch
# User Jeroen Demeyer <jdemeyer@cage.ugent.be>
# Date 1307459514 -7200
# Node ID e9990388efbb471f775a3f0c6f804b2a709df259
# Parent 71e4b3d9c786cf12210d3eeb0e752b2adf8f2962
Remove old notebook files
diff -r 71e4b3d9c786 -r e9990388efbb sage-notebook
a
|
b
|
|
6 | 6 | |
7 | 7 | print "Please wait while the Sage Notebook server starts..." |
8 | 8 | |
9 | | from sage.server.notebook.all import notebook |
| 9 | from sagenb.notebook.all import notebook |
10 | 10 | |
11 | 11 | print "..." |
12 | 12 | |
diff -r 71e4b3d9c786 -r e9990388efbb sage-notebook-insecure
a
|
b
|
|
6 | 6 | |
7 | 7 | print "Please wait while the Sage Notebook server starts..." |
8 | 8 | |
9 | | from sage.server.notebook.all import notebook |
| 9 | from sagenb.notebook.all import notebook |
10 | 10 | |
11 | 11 | print "..." |
12 | 12 | |