Skip to content

Commit

Permalink
[python2 clean] removed __future__ imports
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagarriga authored and payno committed Sep 19, 2019
1 parent e3baefc commit 9a98f08
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions ci/fix_paths.py
@@ -1,5 +1,3 @@
from __future__ import print_function

import distutils.sysconfig
from glob import glob
import os
Expand Down
1 change: 0 additions & 1 deletion examples/collective_io.py
Expand Up @@ -7,7 +7,6 @@
Source Codes: Already submit this 'collective io' branch to h5py master, meanwhile, can download this branch at https://github.com/valiantljk/h5py.git
Note: Must build the h5py with parallel hdf5
"""
from __future__ import print_function

from mpi4py import MPI
import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions examples/multiprocessing_example.py
Expand Up @@ -26,8 +26,6 @@
"""

from __future__ import print_function

import numpy as np
import multiprocessing as mp
import h5py
Expand Down
1 change: 0 additions & 1 deletion examples/threading_example.py
Expand Up @@ -29,7 +29,6 @@
stores them in an HDF5 file. The visualization/control thread reads
datasets from the same file and displays them using matplotlib.
"""
from __future__ import print_function

import Tkinter as tk
import threading
Expand Down
2 changes: 0 additions & 2 deletions setup_build.py
Expand Up @@ -5,8 +5,6 @@
linking.
"""

from __future__ import print_function

try:
from setuptools import Extension
except ImportError:
Expand Down
1 change: 0 additions & 1 deletion windows/pavement.py
@@ -1,4 +1,3 @@
from __future__ import print_function
import shutil, zipfile, tempfile, glob, urllib
import os
import os.path as op
Expand Down

0 comments on commit 9a98f08

Please sign in to comment.