From 72ecc660dd03260548df2abe97243be7cecaee82 2013-06-27 18:13:47
From: Fernando Perez <Fernando.Perez@berkeley.edu>
Date: 2013-06-27 18:13:47
Subject: [PATCH] Move terminal package to top level.

---

diff --git a/IPython/frontend/terminal/__init__.py b/IPython/terminal/__init__.py
similarity index 100%
rename from IPython/frontend/terminal/__init__.py
rename to IPython/terminal/__init__.py
diff --git a/IPython/frontend/terminal/console/__init__.py b/IPython/terminal/console/__init__.py
similarity index 100%
rename from IPython/frontend/terminal/console/__init__.py
rename to IPython/terminal/console/__init__.py
diff --git a/IPython/frontend/terminal/console/app.py b/IPython/terminal/console/app.py
similarity index 100%
rename from IPython/frontend/terminal/console/app.py
rename to IPython/terminal/console/app.py
diff --git a/IPython/frontend/terminal/console/completer.py b/IPython/terminal/console/completer.py
similarity index 100%
rename from IPython/frontend/terminal/console/completer.py
rename to IPython/terminal/console/completer.py
diff --git a/IPython/frontend/terminal/console/interactiveshell.py b/IPython/terminal/console/interactiveshell.py
similarity index 100%
rename from IPython/frontend/terminal/console/interactiveshell.py
rename to IPython/terminal/console/interactiveshell.py
diff --git a/IPython/frontend/terminal/console/tests/__init__.py b/IPython/terminal/console/tests/__init__.py
similarity index 100%
rename from IPython/frontend/terminal/console/tests/__init__.py
rename to IPython/terminal/console/tests/__init__.py
diff --git a/IPython/frontend/terminal/console/tests/test_console.py b/IPython/terminal/console/tests/test_console.py
similarity index 100%
rename from IPython/frontend/terminal/console/tests/test_console.py
rename to IPython/terminal/console/tests/test_console.py
diff --git a/IPython/frontend/terminal/console/tests/test_image_handler.py b/IPython/terminal/console/tests/test_image_handler.py
similarity index 100%
rename from IPython/frontend/terminal/console/tests/test_image_handler.py
rename to IPython/terminal/console/tests/test_image_handler.py
diff --git a/IPython/frontend/terminal/console/tests/writetofile.py b/IPython/terminal/console/tests/writetofile.py
similarity index 100%
rename from IPython/frontend/terminal/console/tests/writetofile.py
rename to IPython/terminal/console/tests/writetofile.py
diff --git a/IPython/frontend/terminal/embed.py b/IPython/terminal/embed.py
similarity index 100%
rename from IPython/frontend/terminal/embed.py
rename to IPython/terminal/embed.py
diff --git a/IPython/frontend/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py
similarity index 100%
rename from IPython/frontend/terminal/interactiveshell.py
rename to IPython/terminal/interactiveshell.py
diff --git a/IPython/frontend/terminal/ipapp.py b/IPython/terminal/ipapp.py
similarity index 100%
rename from IPython/frontend/terminal/ipapp.py
rename to IPython/terminal/ipapp.py
diff --git a/IPython/frontend/terminal/tests/__init__.py b/IPython/terminal/tests/__init__.py
similarity index 100%
rename from IPython/frontend/terminal/tests/__init__.py
rename to IPython/terminal/tests/__init__.py
diff --git a/IPython/frontend/terminal/tests/test_interactivshell.py b/IPython/terminal/tests/test_interactivshell.py
similarity index 100%
rename from IPython/frontend/terminal/tests/test_interactivshell.py
rename to IPython/terminal/tests/test_interactivshell.py