Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion docs/iris/example_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa
1 change: 0 additions & 1 deletion docs/iris/example_tests/extest_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

"""

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import contextlib
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_COP_1d_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_COP_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_SOI_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_TEC.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_anomaly_log_colouring.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_atlantic_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_coriolis_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_cross_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_custom_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_custom_file_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_deriving_phenomena.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_global_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_hovmoller.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_inset_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_lagged_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_lineplot_with_legend.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_load_nemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_orca_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_polar_stereo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_polynomial_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_rotated_pole_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/example_tests/test_wind_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# Import Iris tests first so that some things can be initialised before
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

# -*- coding: utf-8 -*-
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/developers_guide/gitwash_dumper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
''' Checkout gitwash repo into directory and do search replace on name '''

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import os
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/sphinxext/auto_label_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import os
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/sphinxext/custom_class_autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

from sphinx.ext import autodoc
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/sphinxext/custom_data_autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

from sphinx.ext.autodoc import DataDocumenter, ModuleLevelDocumenter
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/sphinxext/gen_example_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Generate the rst files for the examples
'''

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import os
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/sphinxext/gen_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Generate a thumbnail gallery of examples.
'''

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import os
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/sphinxext/generate_package_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import os
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/userguide/plotting_examples/1d_simple.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/userguide/plotting_examples/brewer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.cm as mpl_cm
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/userguide/plotting_examples/cube_contour.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/userguide/plotting_examples/cube_contourf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import iris
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import iris
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import iris
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import iris
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa

import iris
Expand Down
1 change: 0 additions & 1 deletion docs/iris/src/whatsnew/aggregate_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

"""

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa
import datetime
from glob import glob
Expand Down
1 change: 0 additions & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def callback(cube, field, filename):

"""

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa
import six

Expand Down
1 change: 0 additions & 1 deletion lib/iris/_concatenate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

"""

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa
import six

Expand Down
1 change: 0 additions & 1 deletion lib/iris/_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

"""

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa
import six

Expand Down
1 change: 0 additions & 1 deletion lib/iris/_cube_coord_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa
import six

Expand Down
1 change: 0 additions & 1 deletion lib/iris/_data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

"""

from __future__ import (absolute_import, division, print_function)
from six.moves import (filter, input, map, range, zip) # noqa
import six

Expand Down
Loading