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 Drop unused traitlet imports 2013-12-21 12:48:15 -08:00
qt/console/tests only test --help-all 2013-08-29 17:26:49 -07:00
testing Merge pull request #5339 from minrk/iptest-qt-js-wtf 2014-03-24 15:52:49 -07:00
utils/tests Add unicode_std_stream function to write UTF-8 to stdout/stderr 2013-11-22 10:59:10 -08:00