notebook/IPython
Pankaj Pandey 195ca091c5 FileNotebookManager: Use shutil.move() instead of os.rename()
`os.rename()` fails in case the new path is on a different
filesystem. For example if a file in `/tmp` is tried to save
to home, it causes following error:

[Errno 18] Invalid cross-device link using os.rename
2014-04-07 21:07:55 +05:30
..
html FileNotebookManager: Use shutil.move() instead of os.rename() 2014-04-07 21:07:55 +05:30
nbconvert/exporters
qt/console/tests
testing Merge pull request #5339 from minrk/iptest-qt-js-wtf 2014-03-24 15:52:49 -07:00
utils/tests