From 2a0ba18daa7c5e177d33ce3e8bdca054fbe22d2f 2009-07-01 22:27:02 From: Brian Granger Date: 2009-07-01 22:27:02 Subject: [PATCH] Created new sub-packages. --- diff --git a/IPython/core/__init__.py b/IPython/core/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/core/__init__.py diff --git a/IPython/core/tests/__init__.py b/IPython/core/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/core/tests/__init__.py diff --git a/IPython/deathrow/__init__.py b/IPython/deathrow/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/deathrow/__init__.py diff --git a/IPython/deathrow/tests/__init__.py b/IPython/deathrow/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/deathrow/tests/__init__.py diff --git a/IPython/lib/__init__.py b/IPython/lib/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/lib/__init__.py diff --git a/IPython/lib/tests/__init__.py b/IPython/lib/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/lib/tests/__init__.py diff --git a/IPython/quarantine/__init__.py b/IPython/quarantine/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/quarantine/__init__.py diff --git a/IPython/quarantine/tests/__init__.py b/IPython/quarantine/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/quarantine/tests/__init__.py diff --git a/IPython/utils/__init__.py b/IPython/utils/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/utils/__init__.py diff --git a/IPython/utils/tests/__init__.py b/IPython/utils/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IPython/utils/tests/__init__.py diff --git a/docs/source/development/reorg.txt b/docs/source/development/reorg.txt index f7b2cc1..5484a42 100644 --- a/docs/source/development/reorg.txt +++ b/docs/source/development/reorg.txt @@ -57,8 +57,8 @@ We propose to create the following new sub-packages: * :mod:`IPython.utils`. This sub-package will contain anything that might eventually be found in the Python standard library, like things in - :mod:`genutils`. Each sub-module in this sub-package should contain functions - and classes that serve a single purpose. + :mod:`genutils`. Each sub-module in this sub-package should contain + functions and classes that serve a single purpose. * :mod:`IPython.deathrow`. This is for code that is untested and/or rotting and needs to be removed from IPython. Eventually all this code will either