diff options
Diffstat (limited to 'src/distutils2/command')
| -rw-r--r-- | src/distutils2/command/install_distinfo.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py index 498e26c..3f49848 100644 --- a/src/distutils2/command/install_distinfo.py +++ b/src/distutils2/command/install_distinfo.py @@ -62,6 +62,8 @@ class install_distinfo(Command): ('install_dir', 'distinfo_dir')) if self.installer is None: + # FIXME distutils or distutils2? + # + document default in the option help text above and in install self.installer = 'distutils' if self.requested is None: self.requested = True @@ -144,10 +146,7 @@ class install_distinfo(Command): return self.outputs -# The following routines are taken from setuptools' pkg_resources module and -# can be replaced by importing them from pkg_resources once it is included -# in the stdlib. - +# The following functions are taken from setuptools' pkg_resources module. def safe_name(name): """Convert an arbitrary string to a standard distribution name |
