Skip to content

Commit 541d1d6

Browse files
committed
MAINT: Drop nibabel.externals.six
1 parent f3ff932 commit 541d1d6

File tree

4 files changed

+0
-78
lines changed

4 files changed

+0
-78
lines changed

COPYING

-31
Original file line numberDiff line numberDiff line change
@@ -218,34 +218,3 @@ the PDDL version 1.0 available at http://opendatacommons.org/licenses/pddl/1.0/
218218

219219
is courtesy of the University of Massachusetts Medical School, also released
220220
under the PDDL.
221-
222-
223-
Six
224-
--------------------
225-
226-
In ``nibabel/externals/six.py``
227-
228-
Copied from: https://pypi.python.org/packages/source/s/six/six-1.3.0.tar.gz#md5=ec47fe6070a8a64c802363d2c2b1e2ee
229-
230-
::
231-
232-
Copyright (c) 2010-2013 Benjamin Peterson
233-
234-
Permission is hereby granted, free of charge, to any person obtaining a copy of
235-
this software and associated documentation files (the "Software"), to deal in
236-
the Software without restriction, including without limitation the rights to
237-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
238-
the Software, and to permit persons to whom the Software is furnished to do so,
239-
subject to the following conditions:
240-
241-
The above copyright notice and this permission notice shall be included in all
242-
copies or substantial portions of the Software.
243-
244-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
245-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
246-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
247-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
248-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
249-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
250-
251-

nibabel/externals/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# init for externals package
22
from collections import OrderedDict
3-
4-
from ..deprecated import ModuleProxy as _ModuleProxy
5-
six = _ModuleProxy('nibabel.externals.six')

nibabel/externals/six.py

-11
This file was deleted.

nibabel/externals/tests/test_six.py

-33
This file was deleted.

0 commit comments

Comments
 (0)