File tree Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 2323# Module has (apparently) unused imports; stop flake8 complaining
2424# flake8: noqa
2525
26- import numpy as np
2726from .deprecated import deprecate_with_version
2827
2928have_dicom = True
Original file line number Diff line number Diff line change 11""" distutils utilities for porting to python 3 within 2-compatible tree """
22
33
4- import sys
5- import re
6-
74try :
85 from distutils .command .build_py import build_py_2to3
96except ImportError :
Original file line number Diff line number Diff line change 1010"""Build helper."""
1111
1212import sys
13- import os
1413
1514from setuptools import setup
1615import versioneer
Original file line number Diff line number Diff line change 44
55import commands
66import os
7- import sys
8- import shutil
97
108from toollib import *
119
Original file line number Diff line number Diff line change 1616__docformat__ = 'restructuredtext'
1717
1818import sys
19- import setuptools
20- import bdist_mpkg
2119
2220def main ():
2321 del sys .argv [0 ]
You can’t perform that action at this time.
0 commit comments