From a528610e07ca468c8f8d2b1a511e254cbc34396b Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Wed, 8 Jan 2014 11:51:19 +0000 Subject: [PATCH] renamed: ../static/notebook/js/widgets/widget_multicontainer.js -> ../static/notebook/js/widgets/widget_selectioncontainer.js renamed: widget_multicontainer.py -> widget_selectioncontainer.py --- .../{widget_multicontainer.js => widget_selectioncontainer.js} | 0 .../{widget_multicontainer.py => widget_selectioncontainer.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename IPython/html/static/notebook/js/widgets/{widget_multicontainer.js => widget_selectioncontainer.js} (100%) rename IPython/html/widgets/{widget_multicontainer.py => widget_selectioncontainer.py} (100%) diff --git a/IPython/html/static/notebook/js/widgets/widget_multicontainer.js b/IPython/html/static/notebook/js/widgets/widget_selectioncontainer.js similarity index 100% rename from IPython/html/static/notebook/js/widgets/widget_multicontainer.js rename to IPython/html/static/notebook/js/widgets/widget_selectioncontainer.js diff --git a/IPython/html/widgets/widget_multicontainer.py b/IPython/html/widgets/widget_selectioncontainer.py similarity index 100% rename from IPython/html/widgets/widget_multicontainer.py rename to IPython/html/widgets/widget_selectioncontainer.py